Skip to content

Commit

Permalink
Add binutils package
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Mar 6, 2021
1 parent 6048f94 commit cf2bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BUILD_ID
ENV BUILD_ID "${BUILD_ID}"
ARG CGO_EXTRA_CFLAGS

RUN apk add -U --no-cache ca-certificates make git gcc musl-dev
RUN apk add -U --no-cache ca-certificates make git gcc musl-dev binutils

COPY . /build
WORKDIR /build
Expand Down

0 comments on commit cf2bcc6

Please sign in to comment.