Skip to content

Commit 2d9baf3

Browse files
authored
fix(ci): fix broken deployment (#1491)
1 parent 18c62ae commit 2d9baf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN apk --no-cache add git curl nodejs yarn shared-mime-info build-base
4848
# Install gems with native extensions before running bundle install
4949
# This avoids recompiling them everytime the Gemfile.lock changes.
5050
# 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 \
5252
&& \
5353
gem install --no-document \
5454
bundler:2.3.20 \
@@ -110,7 +110,7 @@ COPY --from=builder /usr/local/bundle/ /usr/local/bundle/
110110
# Copy the already built js artifact
111111
COPY --from=builder $APP_PATH $APP_PATH
112112

113-
RUN apk --no-cache add curl
113+
RUN apk --no-cache add curl libsass-dev
114114
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 \
115115
&& update-ca-certificates;
116116

0 commit comments

Comments
 (0)