Skip to content

Commit

Permalink
hadolint #20
Browse files Browse the repository at this point in the history
  • Loading branch information
huynaism authored and filippos47 committed Nov 22, 2024
1 parent 589698a commit 9ff6495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN BUILD_TAGS=netgo \

# FINAL IMAGE
FROM debian:bookworm-slim AS run
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN addgroup --gid 1138 --system btcstaker && adduser --uid 1138 --system --home /home/btcstaker btcstaker
RUN apt-get update && apt-get install --no-install-recommends -y bash curl jq wget
Expand Down

0 comments on commit 9ff6495

Please sign in to comment.