Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 6c6213f

Browse files
authored
Merge pull request bowei#7 from bartimar/patch-1
squash two apk Docker fs layers to one
2 parents c5e3949 + b187605 commit 6c6213f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# limitations under the License.
1414
FROM alpine
1515

16-
RUN apk update
17-
RUN apk add iptables
16+
RUN apk add --no-cache iptables
1817

1918
COPY run.sh /run.sh
2019
RUN chmod +x /*.sh

0 commit comments

Comments
 (0)