mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
Merge pull request #146 from 589290/master
Update Dockerfile: xz-utils is missing which makes the tarball extraction fail
This commit is contained in:
commit
19cd73c50b
@ -5,7 +5,7 @@ VOLUME [ "/toolkit_tarballs" ]
|
||||
ENV IS_IN_CONTAINER 1
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -qy install git python3 wget ca-certificates
|
||||
&& apt-get -qy install git python3 wget ca-certificates xz-utils
|
||||
|
||||
COPY . /source/WireGuard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user