Update Dockerfile

This commit is contained in:
Hylke Bons 2023-08-14 13:25:45 +02:00 committed by GitHub
parent 37ce57e12a
commit 86b8ca020a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get install -y \
python3-pip \
xsltproc
RUN pip3 install meson
RUN pip3 install meson==0.36.0
RUN git clone https://github.com/hbons/notify-sharp && \
cd notify-sharp/ && \