Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-safin authored Jan 17, 2024
1 parent cf6f614 commit e3c3228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Some parts of code originated from https://github.com/j8r/dockerfiles/

FROM debian:bookworm

ENV container docker
Expand Down Expand Up @@ -27,4 +29,4 @@ VOLUME [ "/sys/fs/cgroup" ]
RUN curl -sL https://install.raspap.com | bash -s -- --yes --wireguard 1 --openvpn 1 --adblock 1
COPY firewall-rules.sh /home/firewall-rules.sh
RUN chmod +x /home/firewall-rules.sh
CMD [ "/bin/bash", "-c", "/home/firewall-rules.sh && /lib/systemd/systemd" ]
CMD [ "/bin/bash", "-c", "/home/firewall-rules.sh && /lib/systemd/systemd" ]

0 comments on commit e3c3228

Please sign in to comment.