Update Dockerfile

This commit is contained in:
Greg 2022-05-02 16:17:52 -05:00 committed by GitHub
parent 65ee7a52c5
commit d7fc6835aa
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