File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN apk --no-cache add git curl nodejs yarn shared-mime-info build-base
48
48
# Install gems with native extensions before running bundle install
49
49
# This avoids recompiling them everytime the Gemfile.lock changes.
50
50
# The versions need to be kept in sync with the Gemfile.lock
51
- RUN apk --no-cache add postgresql16-dev ruby-sassc libsass-dev \
51
+ RUN apk --no-cache add postgresql16-dev ruby-sassc \
52
52
&& \
53
53
gem install --no-document \
54
54
bundler:2.3.20 \
@@ -110,7 +110,7 @@ COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
110
110
# Copy the already built js artifact
111
111
COPY --from=builder $APP_PATH $APP_PATH
112
112
113
- RUN apk --no-cache add curl
113
+ RUN apk --no-cache add curl libsass-dev
114
114
RUN set -e; curl -fL http://aia.pki.co.sap.com/aia/SAP%20Global%20Root%20CA.crt | tr -d '\r ' > /usr/local/share/ca-certificates/SAP_Global_Root_CA.crt \
115
115
&& update-ca-certificates;
116
116
You can’t perform that action at this time.
0 commit comments