We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9522720 commit 2b68d84Copy full SHA for 2b68d84
amazon-2-amd64/Dockerfile
@@ -75,7 +75,7 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
75
&& unzip ninja-linux.zip \
76
&& mv ninja /usr/bin
77
RUN python3.10 -m pip install --no-cache-dir meson
78
-RUN ln -s /usr/local/bin/python3.10 /usr/bin/python3
+RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3
79
RUN cd /depends \
80
&& ./install_openjpeg.sh \
81
&& ./download-and-extract.sh freetype-2.14.1 https://raw.githubusercontent.com/python-pillow/pillow-depends/main/freetype-2.14.1.tar.gz \
0 commit comments