Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 25, 2024
1 parent 87f0988 commit 95b1b7b
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 @@ -6,7 +6,7 @@ FROM golang:latest AS builder
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install -y --no-install-recommends \
make wget llvm clang gcc git npm libpam0g-dev &&
make wget gcc git npm libpam0g-dev

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 95b1b7b

Please sign in to comment.