From 9baba7c6a0eb36e155e9c90d7515b294066827f9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 13 Apr 2020 21:19:29 +0200 Subject: [PATCH] Useless Dockerfile ENV --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2814353..59760b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM python:alpine -ENV DEBIAN_FRONTEND noninteractive -ENV LANG C.UTF-8 COPY pynyaata /app/pynyaata COPY requirements.txt /app COPY *.py /app/