Skip to content

Commit

Permalink
Fix. docker build (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanoferSameera authored Jan 10, 2024
1 parent 9847954 commit a770692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM alpine:latest
RUN apk update

# Install .NET Dependencies
RUN apk add bash icu-libs krb5-libs libgcc libintl libssl1.1 libstdc++ zlib
RUN apk add bash icu-libs krb5-libs libgcc libintl libssl3 libstdc++ zlib

# Install .NET Runtime
RUN apk add aspnetcore6-runtime
Expand Down

0 comments on commit a770692

Please sign in to comment.