Skip to content

Commit

Permalink
infra: chore: enable peerlog plugin on stabilize-dht
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla authored and aschmahmann committed Feb 25, 2021
1 parent 2595a3d commit 48f94e2
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 @@ -25,7 +25,7 @@ ARG IPFS_PLUGINS
# Also: fix getting HEAD commit hash via git rev-parse.
RUN cd $SRC_DIR \
&& mkdir -p .git/objects \
&& make build GOTAGS=openssl IPFS_PLUGINS=$IPFS_PLUGINS
&& make build GOTAGS=openssl IPFS_PLUGINS="peerlog $IPFS_PLUGINS"

# Get su-exec, a very minimal tool for dropping privileges,
# and tini, a very minimal init daemon for containers
Expand Down

0 comments on commit 48f94e2

Please sign in to comment.