Skip to content

Commit 918b200

Browse files
committed
feat(restart): install without cache
1 parent 1ce6cef commit 918b200

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/docker/restart-after-change/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ENV COMMAND="sh /app/restart.sh"
88
ENV DOCKER_CONTAINER_NAME=''
99
ENV CHANGE_FILES=''
1010

11-
RUN apk add docker
12-
RUN apk add openrc
11+
RUN apk add --no-cache docker && apk add --no-cache openrc
1312

1413
ADD ./restart.sh /app/restart.sh
1514
RUN chmod +x /app/restart.sh

0 commit comments

Comments
 (0)