We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71f394e + 79f5f9a commit 1ae7780Copy full SHA for 1ae7780
docker/Dockerfile
@@ -18,8 +18,6 @@ ENV NODE_OPTIONS ${NODE_OPTIONS}
18
19
ENV BUNDLE_PATH="/gems"
20
21
-RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main vips
22
-
23
RUN apk update && apk add --no-cache \
24
openssl \
25
tar \
@@ -97,8 +95,6 @@ ARG RAILS_ENV=production
97
95
ENV RAILS_ENV ${RAILS_ENV}
98
96
99
100
101
102
103
build-base \
104
0 commit comments