Skip to content

Commit

Permalink
Discard changes to 17/jre/18/alpine/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Nov 28, 2023
1 parent 5484849 commit d2e0ad4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions 17/jre/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ LABEL maintainer "Tim Brust <[email protected]>"
ARG REFRESHED_AT
ENV REFRESHED_AT $REFRESHED_AT

RUN echo @edge https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
&& echo @edge https://dl-cdn.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
&& apk -U upgrade \
RUN apk -U upgrade \
&& apk add --no-cache \
nodejs@edge \
npm@edge \
"nodejs<20" \
npm \
yarn \
curl

0 comments on commit d2e0ad4

Please sign in to comment.