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 11, 2024
1 parent e3b266c commit b3de9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ ENV LANGUAGE=en_US
# Install bash and su-exec. These are required by the shell scripts we copied over right after starting build stage 2.
RUN apk --no-cache add \
bash \
su-exec
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 b3de9e9

Please sign in to comment.