Skip to content

Commit

Permalink
Changed Dockerfile to load OpenJDK12 from Alpine testing [#345]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce authored and BRUCELLA2 committed Jul 20, 2020
1 parent b5b6bf9 commit a86703a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk --no-cache add open-jdk-12 unzip wget
RUN apk --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing add openjdk12 unzip wget

MAINTAINER Pidockmedia "pidockmedia@gmail.com"

Expand All @@ -12,7 +12,6 @@ RUN mv comixed*/bin/comixed-app*.jar /app/comixed-app.jar
WORKDIR /app
RUN rm -r /ul

ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
ENV PATH="$JAVA_HOME/bin:${PATH}"

EXPOSE 7171
Expand Down

0 comments on commit a86703a

Please sign in to comment.