Skip to content

Commit

Permalink
fix docker build err
Browse files Browse the repository at this point in the history
  • Loading branch information
trestinlsd committed Feb 8, 2025
1 parent f80760e commit 7891184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/local/exocore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN LEDGER_ENABLED=false make build
FROM alpine:3.19 AS run
RUN apk add --no-cache libstdc++~=13.2 \
bash~=5.2 \
curl~=8.11 \
curl~=8.12.0-r0 \
jq~=1.7 \
&& addgroup -g 1000 exocore \
&& adduser -S -h /home/exocore -D exocore -u 1000 -G exocore
Expand Down

0 comments on commit 7891184

Please sign in to comment.