Skip to content

Commit

Permalink
bump dockerfile version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Aug 9, 2016
1 parent 1c79152 commit 4e1f1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.1

RUN apk add --update wget bash ca-certificates && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.8.0/linux_amd64_mockingjay-server --no-check-certificate && \
wget -O mockingjay-server https://github.com/quii/mockingjay-server/releases/download/1.9.0/linux_amd64_mockingjay-server --no-check-certificate && \
chmod +x mockingjay-server && \
apk del wget bash && \
rm -rf /var/cache/apk/*

RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2

ENTRYPOINT ["./mockingjay-server"]
ENTRYPOINT ["./mockingjay-server"]

0 comments on commit 4e1f1a7

Please sign in to comment.