This repository has been archived on 2022-10-14. You can view files and clone it, but cannot push or open issues/pull-requests.
gulag-dockerized/source/gulag.Dockerfile

7 lines
281 B
Docker

FROM ubuntu:20.04
RUN export DEBIAN_FRONTEND=noninteractive; apt update && apt install -y python3.9 python3-pip build-essential
ADD gulag /gulag
WORKDIR /gulag
RUN python3.9 -m pip install cryptography -r ext/requirements.txt
CMD touch /var/run/nginx.pid; echo -e '\n' | ./main.py