Skip to content

Commit

Permalink
feat: install mkisofs to create macos dmg images (goreleaser-pro)
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mohan Goyal <[email protected]>
  • Loading branch information
vedantmgoyal9 authored Dec 14, 2024
1 parent 2330686 commit f8fb873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN set -eux; \
apt-get update; \
apt-get install --no-install-recommends -y clang winehq-staging cmake ninja-build \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
upx-ucl tini git mercurial ca-certificates gnupg2 openssh-client make; \
upx-ucl genisoimage tini git mercurial ca-certificates gnupg2 openssh-client make; \
apt-get clean; \
apt-get autoremove -y; \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;
Expand Down

0 comments on commit f8fb873

Please sign in to comment.