Skip to content

Commit e25a625

Browse files
aminvakiljbouter
authored andcommitted
Remove unnecessary commands
1 parent d49678d commit e25a625

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM alpine:3
22

33
# hadolint ignore=DL3018
4-
RUN apk update --no-cache \
5-
&& apk add --no-cache openssh-client openssh-keygen shadow pacman pacman-makepkg \
6-
runuser git grep binutils gcc \
7-
&& rm -rf /var/cache/apk/*
4+
RUN apk add --no-cache openssh-client openssh-keygen shadow pacman pacman-makepkg \
5+
runuser git grep binutils gcc
86

97
COPY entrypoint.sh /entrypoint.sh
108
COPY build.sh /build.sh

0 commit comments

Comments
 (0)