Skip to content

Commit 85be7ab

Browse files
committed
updated to keybox 2.86.00 and fixed problems with alpine 3.4
1 parent 7fac0c0 commit 85be7ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM java:8-jdk-alpine
22

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

78
EXPOSE 8443/tcp

0 commit comments

Comments
 (0)