File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM prantlf/node-git:lts-alpine
1
+ FROM prantlf/node-git-chromium :lts-alpine
2
2
LABEL maintainer="Ferdinand Prantl <
[email protected] >"
3
3
4
4
# From https://github.com/docker-library/openjdk/tree/dd54ae37bc44d19ecb5be702d36d664fed2c68e4
5
- ARG JAVER=11
6
5
ENV LANG C.UTF-8
7
6
ENV JAVA_HOME /usr/lib/jvm/default-jvm/jre
8
7
ENV PATH $PATH:/usr/lib/jvm/default-jvm/jre/bin:/usr/lib/jvm/default-jvm/bin
9
- RUN apk --no-cache add openjdk${JAVER} -jre
8
+ RUN apk --no-cache add openjdk11 -jre
Original file line number Diff line number Diff line change
1
+ FROM prantlf/node-git-chromium:lts-alpine
2
+ LABEL maintainer="Ferdinand Prantl <
[email protected] >"
3
+
4
+ # From https://github.com/docker-library/openjdk/tree/dd54ae37bc44d19ecb5be702d36d664fed2c68e4
5
+ ENV LANG C.UTF-8
6
+ ENV JAVA_HOME /usr/lib/jvm/default-jvm/jre
7
+ ENV PATH $PATH:/usr/lib/jvm/default-jvm/jre/bin:/usr/lib/jvm/default-jvm/bin
8
+ RUN apk --no-cache add openjdk8-jre
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ lint ::
10
10
build :: build8 build11
11
11
12
12
build8 ::
13
- docker build --no-cache --build-arg JAVER=8 - t node-git-chromium-java .
13
+ docker build --no-cache -t node-git-chromium-java -f Dockerfile.8 .
14
14
docker tag node-git-chromium-java prantlf/node-git-chromium-java:lts-alpine-java8
15
15
16
16
build11 ::
17
- docker build --no-cache --build-arg JAVER=8 - t node-git-chromium-java .
17
+ docker build --no-cache -t node-git-chromium-java -f Dockerfile.11 .
18
18
docker tag node-git-chromium-java prantlf/node-git-chromium-java:lts-alpine-openjdk
19
19
20
20
run ::
You can’t perform that action at this time.
0 commit comments