Merge pull request #146 from 589290/master

Update Dockerfile: xz-utils is missing which makes the tarball extraction fail
This commit is contained in:
Andreas Runfalk 2022-05-03 09:25:06 +02:00 committed by GitHub
commit 19cd73c50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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