Skip to content

Commit

Permalink
remove useless cache clean
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgrayio committed May 1, 2018
1 parent 71e8d4b commit 7043913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Description="An STS Application"

WORKDIR /usr/src

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

# Cache this step
COPY Package.swift /usr/src
Expand Down

0 comments on commit 7043913

Please sign in to comment.