Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Mar 11, 2021
1 parent 944d568 commit 87c7ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM alpine:3.12.4
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
WORKDIR /app
COPY ../../cassowary .
COPY cassowary /usr/bin/cassowary

0 comments on commit 87c7ec6

Please sign in to comment.