Dockerfile fixes and maintainer notice

This commit is contained in:
Lauri Võsandi 2021-06-02 16:10:12 +03:00
parent 53bf25c1e4
commit edd6ddb845
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:20.04
ENV container docker
MAINTAINER Pinecrypt Labs <info@pinecrypt.com>
ENV PYTHONUNBUFFERED=1
ENV LC_ALL C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
@ -20,7 +20,6 @@ COPY requirements.txt /src/
RUN pip3 install --no-cache-dir -r requirements.txt
COPY config/strongswan.conf /etc/strongswan.conf
COPY pinecrypt/. /src/pinecrypt/
COPY helpers /helpers/
COPY MANIFEST.in setup.py README.md /src/
COPY misc/. /src/misc/
RUN python3 -m compileall .