Skip to content

Commit bdbc1f5

Browse files
authored
Merge pull request #9927 from Blackclaws/patch-1
Fix and update the Dockerfile
2 parents 968d876 + 2f424f3 commit bdbc1f5

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,4 +1,4 @@
1-
FROM jimschubert/8-jdk-alpine-mvn:1.0
1+
FROM maven:3-jdk-8-alpine
22

33
RUN set -x && \
44
apk add --no-cache bash
@@ -18,6 +18,7 @@ COPY ./google_checkstyle.xml ${GEN_DIR}
1818
COPY ./modules/swagger-codegen-maven-plugin ${GEN_DIR}/modules/swagger-codegen-maven-plugin
1919
COPY ./modules/swagger-codegen-cli ${GEN_DIR}/modules/swagger-codegen-cli
2020
COPY ./modules/swagger-codegen ${GEN_DIR}/modules/swagger-codegen
21+
COPY ./modules/swagger-generator ${GEN_DIR}/modules/swagger-generator
2122
COPY ./pom.xml ${GEN_DIR}
2223

2324
# Pre-compile swagger-codegen-cli

0 commit comments

Comments
 (0)