mirror of
https://github.com/falk-werner/webfuse-example
synced 2024-10-27 20:44:09 +00:00
updated libfuse to 3.9.1
This commit is contained in:
parent
8498fd9e01
commit
e3344ba461
@ -38,7 +38,7 @@ RUN set -x \
|
||||
&& rm -rf "$builddir" \
|
||||
&& apt purge -y $builddeps
|
||||
|
||||
ARG FUSE_VERSION=3.9.0
|
||||
ARG FUSE_VERSION=3.9.1
|
||||
RUN set -x \
|
||||
&& builddeps="udev gettext python3 python3-pip python3-setuptools python3-wheel" \
|
||||
&& apt install --yes --no-install-recommends $builddeps \
|
||||
|
Loading…
Reference in New Issue
Block a user