Skip to content

Commit

Permalink
Merge pull request #101 from planetscale/nickvanw/libxcrypt
Browse files Browse the repository at this point in the history
Dockerfile: install libxcrypt
  • Loading branch information
nickvanw authored Apr 23, 2024
2 parents 426bcdb + b12ac03 commit 85dbb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG GO_VERSION=1.21.3
FROM pscale.dev/wolfi-prod/go:${GO_VERSION} AS build

RUN apk add --no-cache ruby-3.2 ruby3.2-bundler && \
RUN apk add --no-cache libxcrypt ruby-3.2 ruby3.2-bundler && \
gem install license_finder

ENTRYPOINT []
Expand Down

0 comments on commit 85dbb72

Please sign in to comment.