Skip to content

Commit

Permalink
updated to keybox 2.86.00 and fixed problems with alpine 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bdito committed Aug 1, 2016
1 parent 7fac0c0 commit 85be7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM java:8-jdk-alpine

RUN mkdir -p /opt \
&& wget -qO- "https://github.com/skavanagh/KeyBox/releases/download/v2.85.03/keybox-jetty-v2.85_03.tar.gz" \
&& apk add --no-cache wget \
&& wget -qO- "https://github.com/skavanagh/KeyBox/releases/download/v2.86.00/keybox-jetty-v2.86_00.tar.gz" \
| tar -xzC /opt

EXPOSE 8443/tcp
Expand Down

0 comments on commit 85be7ab

Please sign in to comment.