Skip to content

Commit

Permalink
Update DockerfileAlpine
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Oct 11, 2023
1 parent bef3403 commit ba7d0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/8.2/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY --from=node /usr/local/bin /usr/local/bin
RUN npm install -g npm \
&& npm install -g pnpm svgo \
&& apk add --update supervisor jpegoptim optipng pngquant gifsicle libpng-dev && rm -rf /tmp/* /var/cache/apk/*
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/main \
postgresql${POSTGRES_VERSION}-client

RUN adduser -D sail
Expand Down

0 comments on commit ba7d0db

Please sign in to comment.