Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
300481 committed Apr 23, 2021
1 parent 0056045 commit cdbdbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.13.5

RUN apk --no-cache add \
bash \
tini \
iptables

Expand Down
2 changes: 1 addition & 1 deletion configure-firewall.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# https://github.com/vitobotta/docker-firewall
# https://www.lammertbies.nl/comm/info/iptables.html
Expand Down

0 comments on commit cdbdbad

Please sign in to comment.