mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-01-31 01:28:32 +00:00
revert builder's base image to based on OpenJDK8 (non-headless)
headless OpenJDK does not refer `http_proxy` environment variable, so build image inside proxy will fail. resolves #98
This commit is contained in:
parent
7eba9632e6
commit
73739b7e85
@ -1,4 +1,4 @@
|
||||
FROM maven:3.6-jdk-8-slim AS builderjetty
|
||||
FROM maven:3.6-jdk-8 AS builderjetty
|
||||
|
||||
COPY pom.xml /app/
|
||||
COPY src /app/src/
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM maven:3.6-jdk-8-slim AS buildertomcat
|
||||
FROM maven:3.6-jdk-8 AS buildertomcat
|
||||
|
||||
COPY pom.xml /app/
|
||||
COPY src /app/src/
|
||||
|
Loading…
x
Reference in New Issue
Block a user