Browse Source

add dpkg

pull/690/head
Peter Lewis 1 year ago
committed by GitHub
parent
commit
7a97b799ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Dockerfile

5
Dockerfile

@ -35,10 +35,11 @@ RUN npm i -g nodemon
# Install Linux packages
RUN apk add -U --no-cache \
dpkg \
dumb-init \
iptables \
iptables-legacy \
wireguard-tools \
dumb-init
wireguard-tools
# Symlink iptables
RUN update-alternatives --install /sbin/iptables iptables /sbin/iptables-legacy 10 --slave /sbin/iptables-restore iptables-restore /sbin/iptables-legacy-restore --slave /sbin/iptables-save iptables-save /sbin/iptables-legacy-save

Loading…
Cancel
Save