Skip to content

Commit 7043913

Browse files
committed
remove useless cache clean
1 parent 71e8d4b commit 7043913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="An STS Application"
44

55
WORKDIR /usr/src
66

7-
RUN apt-get update && apt-get install inotify-tools -y && rm -rf /var/cache/apk/*
7+
RUN apt-get update && apt-get install inotify-tools -y
88

99
# Cache this step
1010
COPY Package.swift /usr/src

0 commit comments

Comments
 (0)