Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Jan 13, 2025
1 parent 06a2fce commit 84e90cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ADD . /tmp/s3_exporter
RUN cd /tmp/s3_exporter && \
echo "s3:*:100:s3" > group && \
echo "s3:*:100:100::/:/s3_exporter" > passwd && \
make

CGO_ENABLED=0 go build -v \
-o s3_exporter .

FROM scratch

Expand Down

0 comments on commit 84e90cc

Please sign in to comment.