Skip to content

Commit 2177a3d

Browse files
committed
Fix docker file
1 parent e67a325 commit 2177a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/jdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER SgrAlpha <admin@mail.sgr.io>
33

44
ENV JAVA_HOME=/usr/lib/jvm/java-11-oracle \
55
PATH="/usr/lib/jvm/java-11-oracle/bin:$PATH"
6-
http://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz
6+
77
RUN GLIBC_VERSION=2.28-r0 && \
88
GCC_LIBS_VERSION=8.2.0-2 && \
99
ZLIB_VERSION=1.2.9-1 && \

0 commit comments

Comments
 (0)