Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Oct 9, 2024
1 parent 815f7ba commit 25d57e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN <<-"EOT" bash -ex
apt-get install -qqy --no-install-suggests --no-install-recommends \
bsdmainutils \
ca-certificates \
iperf3 \
iperf3 \
curl \
dnsutils \
ferm \
Expand All @@ -34,8 +34,6 @@ RUN <<-"EOT" bash -ex
systemd-sysv \
vim-tiny \
wget
# git
# unattended-upgrades
apt-get clean
rm -frv /var/lib/apt/lists/*
EOT
Expand All @@ -44,7 +42,7 @@ RUN <<-"EOT" bash -ex
ANTIZAPRET_VER=6eae76b095ef4d719043a109c05d94900aaa3791
ANTIZAPRET_URL=https://bitbucket.org/anticensority/antizapret-pac-generator-light/get/$ANTIZAPRET_VER.tar.gz

EASYRSA_VER=3.2.0
EASYRSA_VER=3.2.1
EASYRSA_URL=https://github.com/OpenVPN/easy-rsa/releases/download/v$EASYRSA_VER/EasyRSA-$EASYRSA_VER.tgz

mkdir antizapret && curl -s -L $ANTIZAPRET_URL | tar -zxv --strip-components=1 -C $_
Expand Down

0 comments on commit 25d57e4

Please sign in to comment.