Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/docker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ RUN set eux; \
rm -rf /var/lib/apt/lists/*; \
rabbitmqadmin --version

EXPOSE 15671 15672
EXPOSE 15671 15672
1 change: 1 addition & 0 deletions packaging/docker-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ALT2_PGP_KEYSERVER ?= pgpkeys.uk
all: dist

dist:
cp $(GENERIC_UNIX_ARCHIVE) package-generic-unix.tar.xz
xzcat $(GENERIC_UNIX_ARCHIVE) | tar xvf -
docker build --pull \
--build-arg SKIP_PGP_VERIFY=$(SKIP_PGP_VERIFY) \
Expand Down