Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Nov 14, 2020
1 parent ac90554 commit 34377c3
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 @@ -7,7 +7,7 @@ RUN apk --no-cache add dub ldc git gcc musl-dev && \

WORKDIR medal

RUN dub build -b release && \
RUN dub build -b release-static && \
strip bin/medal

FROM alpine:3.12.0
Expand Down

0 comments on commit 34377c3

Please sign in to comment.