chore: minor edits

This commit is contained in:
Arthur Khachaturov 2024-07-26 15:40:30 +03:00
parent cfb7881a5b
commit 86f036d8cc
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
3 changed files with 2 additions and 24 deletions

View file

@ -1,5 +1,5 @@
FROM debian:stable-slim
RUN apt-get update && apt-get install socat file -y
RUN apt-get update && apt-get install socat file pandoc -y
ENV HTTB_LIB_PATH="/usr/lib/httb"
WORKDIR ${HTTB_LIB_PATH}
COPY src/ .