Skip to content

Commit

Permalink
Use openssl 3 in alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jan 8, 2024
1 parent a9ebb19 commit 7caa059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN sh -ex bin/shards.sh && strip bin/shards
# start from a clean image
FROM alpine:$alpine_version
# add dependencies commonly required for building crystal applications
RUN apk add --update --no-cache musl-dev gcc pcre-dev pcre2-dev libevent-dev libevent-static openssl1.1-compat-dev openssl1.1-compat-libs-static libxml2-dev zlib-dev zlib-static git make yaml-dev libxml2-static gmp-dev
RUN apk add --update --no-cache musl-dev gcc pcre-dev pcre2-dev libevent-dev libevent-static openssl-dev openssl-libs-static libxml2-dev zlib-dev zlib-static git make yaml-dev libxml2-static gmp-dev
# copy the binaries + stdlib + libgc from the build stage
COPY --from=builder /usr/src/crystal/*.md /usr/share/doc/crystal/
COPY --from=builder /usr/src/crystal/man/crystal.1.gz /usr/share/man/man1/
Expand Down

0 comments on commit 7caa059

Please sign in to comment.