diff --git a/Dockerfile b/Dockerfile index 4461531c..231f15bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ FROM ubuntu:20.04 AS base-all LABEL maintainer "info@camptocamp.org" -# Fix for newer version of setuptools -ENV SETUPTOOLS_USE_DISTUTILS=stdlib - COPY requirements.txt Pipfile* /opt/c2cwsgiutils/ # hadolint ignore=SC2086 RUN apt-get update && \