Skip to content

Commit

Permalink
Merge pull request #3640 from DFE-Digital/fix-build-failure
Browse files Browse the repository at this point in the history
Remove nodejs pkg version from Dockerfile
  • Loading branch information
RMcVelia authored Oct 23, 2023
2 parents 4659124 + fe28c4a commit cebc727
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN apk update

RUN apk add --no-cache \
"procps-ng=4.0.4-r0" \
"libproc2=4.0.4-r0" \
"nodejs=18.17.1-r0"
"libproc2=4.0.4-r0"

RUN apk add --no-cache build-base tzdata shared-mime-info nodejs yarn git \
chromium chromium-chromedriver postgresql-libs postgresql-dev && rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -92,9 +91,7 @@ RUN apk add --no-cache tzdata shared-mime-info postgresql-libs postgresql-dev &&

RUN apk add --no-cache \
"procps-ng=4.0.4-r0" \
"libproc2=4.0.4-r0" \
"nodejs=18.17.1-r0"

"libproc2=4.0.4-r0"

COPY --from=release-build /app /app
COPY --from=release-build /usr/local/bundle/ /usr/local/bundle/
Expand Down

0 comments on commit cebc727

Please sign in to comment.