Skip to content

Commit

Permalink
Merge pull request #208 from radarhere/ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 23, 2024
2 parents fdafb3f + 44814f5 commit 806902d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amazon-2-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN bash -c "python3.9 -m pip install virtualenv \
&& chown -R pillow:pillow /vpy3"

ADD depends /depends
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip \
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip \
&& unzip ninja-linux.zip \
&& mv ninja /usr/bin
RUN python3.9 -m pip install meson
Expand Down
2 changes: 1 addition & 1 deletion amazon-2023-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN bash -c "/usr/bin/pip3 install virtualenv \
&& chown -R pillow:pillow /vpy3"

ADD depends /depends
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip \
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip \
&& unzip ninja-linux.zip \
&& mv ninja /usr/bin
RUN /usr/bin/python3 -m pip install meson
Expand Down

0 comments on commit 806902d

Please sign in to comment.