Skip to content

Commit

Permalink
Merge pull request #806 from NBISweden/fix/Dockerfile-typo
Browse files Browse the repository at this point in the history
Continuation line should not have been continuation line
  • Loading branch information
jonandernovella authored Jun 20, 2023
2 parents f865fd4 + 5834264 commit e67ac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./ .

RUN apk --no-cache add \
'gcc=~12' \
'musl-dev=~1.2'; \
'musl-dev=~1.2'

ENV GOPATH=$PWD
ENV CGO_ENABLED=1
Expand Down

0 comments on commit e67ac33

Please sign in to comment.