Skip to content

Commit

Permalink
Change: Add nsis package to container image for windows credentials
Browse files Browse the repository at this point in the history
Currently creating windows credential installers doesn't work in the
community containers because the nsis package is missing.
  • Loading branch information
bjoernricks committed Apr 4, 2023
1 parent 802b27b commit 6c26d84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ ARG DEBIAN_FRONTEND=noninteractive
# dpkg
# fakeroot

# Windows Executable (.exe) credential installer
# nsis

# signature verification
# gnupg

Expand Down Expand Up @@ -68,6 +71,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
dpkg \
fakeroot \
nsis \
gosu \
gnupg \
gpgsm \
Expand Down

0 comments on commit 6c26d84

Please sign in to comment.