Skip to content

Commit 2b68d84

Browse files
committed
Force symlink creation
1 parent 9522720 commit 2b68d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amazon-2-amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN wget --no-verbose https://github.com/ninja-build/ninja/releases/download/v1.
7575
&& unzip ninja-linux.zip \
7676
&& mv ninja /usr/bin
7777
RUN python3.10 -m pip install --no-cache-dir meson
78-
RUN ln -s /usr/local/bin/python3.10 /usr/bin/python3
78+
RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3
7979
RUN cd /depends \
8080
&& ./install_openjpeg.sh \
8181
&& ./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

Comments
 (0)