Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Dec 20, 2023
1 parent 3b1bbc1 commit a0e8f90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ RUN apk add --update --no-cache --virtual build-dependances \
rm -rf /usr/local/bundle/cache && \
apk del build-dependances

# Remove once base image has been updated with latest libraries
RUN apk add --no-cache openssl=3.1.4-r1

COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile && \
yarn cache clean
Expand Down

0 comments on commit a0e8f90

Please sign in to comment.