[docker] Add missing libsodium runtime dependency
This commit is contained in:
parent
24786bb0e7
commit
773dc01d62
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ RUN dotnet publish --no-restore -a $TARGETARCH -o /app
|
|||
# https://github.com/dotnet/dotnet-docker/blob/main/samples/enable-globalization.md
|
||||
# final stage/image
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine-composite
|
||||
RUN apk add --no-cache --no-progress libsodium
|
||||
WORKDIR /app
|
||||
COPY --from=backend /app .
|
||||
COPY --from=frontend /frontend/dist ./wwwroot
|
||||
|
|
Loading…
Add table
Reference in a new issue