Skip to content

Commit

Permalink
Update Dockerfile to list openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
roslynwythe authored and fyliu committed Oct 10, 2024
1 parent e3b266c commit 1b005f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ENV LANGUAGE=en_US
RUN apk --no-cache add \
bash \
su-exec
openssl

# Copy the github-pages gem we installed during stage 1 into an identical folder within the new build stage.
COPY --from=build /usr/gem/ /usr/gem/
Expand Down

0 comments on commit 1b005f8

Please sign in to comment.