1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

Merge pull request #89 from falk-werner/fix_meson_version

removed fixed meson version
This commit is contained in:
Falk Werner 2020-10-12 19:16:45 +02:00 committed by GitHub
commit bd88d77236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ RUN set -x \
openssl \
openssl-dev \
linux-headers \
&& pip3 install 'meson==0.54.3'
&& pip3 install meson
COPY src /usr/local/src

View File

@ -26,7 +26,7 @@ RUN set -x \
ca-certificates \
openssl \
libssl-dev \
&& pip3 install --system 'meson==0.54.3'
&& pip3 install --system meson
COPY src /usr/local/src

View File

@ -25,7 +25,7 @@ RUN set -x \
openssl \
openssl-dev \
linux-headers \
&& pip3 install 'meson==0.54.3'
&& pip3 install meson
COPY src /usr/local/src

View File

@ -23,7 +23,7 @@ RUN set -x \
ca-certificates \
openssl \
libssl-dev \
&& pip3 install --system 'meson==0.54.3'
&& pip3 install --system meson
COPY src /usr/local/src