Don't cache apk add command
This commit is contained in:
parent
4aaa1bb129
commit
6f663ff62d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue