Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaln7 committed Aug 15, 2018
1 parent 19e159f commit 69c3be9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions cmd/karmabot/Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.6
RUN apk --update upgrade && \
apk add sqlite && \
rm -rf /var/cache/apk/*
RUN apk add --no-cache sqlite ca-certificates
# See http://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
COPY karmabot /
Expand Down
4 changes: 1 addition & 3 deletions cmd/karmabot/Dockerfile-webui-goreleaser
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.6
RUN apk --update upgrade && \
apk add sqlite && \
rm -rf /var/cache/apk/*
RUN apk add --no-cache sqlite ca-certificates
# See http://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
COPY karmabot /
Expand Down
4 changes: 1 addition & 3 deletions cmd/karmabotctl/Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.6
RUN apk --update upgrade && \
apk add sqlite && \
rm -rf /var/cache/apk/*
RUN apk add --no-cache sqlite ca-certificates
# See http://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
COPY karmabotctl /
Expand Down

0 comments on commit 69c3be9

Please sign in to comment.