Skip to content

Commit

Permalink
Merge pull request #2596 from hlohaus/25Jan
Browse files Browse the repository at this point in the history
Fix docker build
  • Loading branch information
hlohaus authored Jan 24, 2025
2 parents 439e70e + aa9b299 commit 7ff8264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN if [ "$G4F_VERSION" = "" ] ; then \

# Install Python3, pip, remove OpenJDK 11, clean up
RUN apt-get -qqy update \
&& apt-get -qqy upgrade \
&& apt-get -qyy autoremove \
&& apt-get -qqy install python3 python-is-python3 pip \
&& apt-get -qyy remove openjdk-11-jre-headless \
&& apt-get -qyy autoremove \
Expand Down

0 comments on commit 7ff8264

Please sign in to comment.