Fix docker build

This commit is contained in:
hlohaus
2025-01-24 14:36:55 +01:00
parent 39255fc000
commit aa9b2995c1

View File

@@ -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 \