diff --git a/Dockerfile b/Dockerfile index e0913d4..53d780e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ FROM debian:buster-slim RUN apt-get update && apt-get install -y python3 python3-pip RUN apt-get install -y python3-setuptools RUN apt install -y default-jre -RUN pip3 install setuptools importlib-metadata --upgrade # Put the source files in the build container COPY . /src/