Skip to content

Commit

Permalink
Remove no-cache from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericm committed Nov 2, 2020
1 parent b199eca commit b00d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonks.icu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go install github.com/ericm/stonks/stonks.icu

FROM alpine

RUN apk add –no-cache tzdata
RUN apk add tzdata

WORKDIR /bin

Expand Down

0 comments on commit b00d972

Please sign in to comment.