Skip to content

Commit ad96195

Browse files
Update Dockerfile
1 parent d229313 commit ad96195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM alpine:latest
33
COPY ./tracker-add-auto.sh /opt/tracker-add-auto.sh
44

55
RUN apk add --update \
6-
bash \ &&
7-
rm -rf /var/cache/apk/* \ &&
6+
bash && \
7+
rm -rf /var/cache/apk/* && \
88
chmod +x /opt/tracker-add-auto.sh
99

1010
USER guest

0 commit comments

Comments
 (0)