Skip to content

Commit

Permalink
Remove nodejs pkg version from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Oct 23, 2023
1 parent 4659124 commit fe28c4a
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 fe28c4a

Please sign in to comment.