We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d229313 commit ad96195Copy full SHA for ad96195
Dockerfile
@@ -3,8 +3,8 @@ FROM alpine:latest
3
COPY ./tracker-add-auto.sh /opt/tracker-add-auto.sh
4
5
RUN apk add --update \
6
- bash \ &&
7
- rm -rf /var/cache/apk/* \ &&
+ bash && \
+ rm -rf /var/cache/apk/* && \
8
chmod +x /opt/tracker-add-auto.sh
9
10
USER guest
0 commit comments