feat(docker): init Dockerfile

This commit is contained in:
Tiara Rodney 2022-04-03 02:36:38 +02:00
parent 9541cee98a
commit a9472d321c

View file

@ -16,6 +16,6 @@ COPY . .
RUN apt-get update && \
apt-get install -y libffi-dev gcc && \
python3 setup.py install && \
apt-get remove -y libffi-dev gcc && apt-get autoremove -y && apt-get clean -y
apt-get remove -y libffi-dev gcc && apt-get autoremove -y && apt-get clean -y
CMD ["httpaste", "--help"]