Skip to content

Commit

Permalink
refactor: install meson and ninja from python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Apr 7, 2023
1 parent fcbe452 commit 532de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ADD libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb
RUN apt-get update && apt-get upgrade && \
apt-get install -y sudo ccache curl wget python3.7 python3-pip build-essential \
zip unzip git cmake wayland-protocols libsdl2-dev && \
pip3 install meson ninja
python3.7 -m pip install meson ninja

# install libdecor
RUN dpkg --force-all -i libdecor-0-dev_0.1.0-3build1_amd64.deb libdecor-0-0_0.1.0-3build1_amd64.deb
Expand Down

0 comments on commit 532de68

Please sign in to comment.