Don't cache apk add command

This commit is contained in:
Daniel Schädler 2019-06-20 18:40:00 +02:00
parent 4aaa1bb129
commit 6f663ff62d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM ruby:2.6.2-alpine
RUN apk add build-base tzdata sqlite sqlite-dev postgresql-dev && gem install tzinfo-data
RUN apk add --no-cache build-base tzdata sqlite sqlite-dev postgresql-dev && gem install tzinfo-data
WORKDIR /app
COPY Gemfile /app/Gemfile
COPY Gemfile.lock /app/Gemfile.lock