Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
remove setuptools and importlib
  • Loading branch information
josephyi authored May 4, 2023
1 parent 6d3edd4 commit 20488fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 20488fb

Please sign in to comment.