Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
- docker build, using the binary, added miniupnpc
  • Loading branch information
diva-exchange committed Jan 21, 2024
1 parent bfbefd4 commit 51871a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-binary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.3
FROM alpine:3.16

LABEL author="DIVA.EXCHANGE Association <[email protected]>" \
maintainer="DIVA.EXCHANGE Association <[email protected]>" \
Expand Down Expand Up @@ -27,6 +27,7 @@ RUN mkdir -p /home/i2pd/data/addressbook \
musl-utils \
libstdc++ \
sed \
miniupnpc \
&& cp /home/i2pd/conf/addresses-initial.org.csv /home/i2pd/data/addressbook/addresses.csv \
&& addgroup -g 1000 i2pd \
&& adduser -u 1000 -G i2pd -s /bin/sh -h "/home/i2pd" -D i2pd \
Expand Down

0 comments on commit 51871a5

Please sign in to comment.