We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e8d4b commit 7043913Copy full SHA for 7043913
Dockerfile
@@ -4,7 +4,7 @@ LABEL Description="An STS Application"
4
5
WORKDIR /usr/src
6
7
-RUN apt-get update && apt-get install inotify-tools -y && rm -rf /var/cache/apk/*
+RUN apt-get update && apt-get install inotify-tools -y
8
9
# Cache this step
10
COPY Package.swift /usr/src
0 commit comments