Skip to content

Commit

Permalink
debian apt
Browse files Browse the repository at this point in the history
  • Loading branch information
majodev committed Apr 27, 2023
1 parent e346578 commit 038fe49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM maven:3.9.1-eclipse-temurin-11

RUN set -x \
&& apk update && apk upgrade \
&& apk add --no-cache bash ca-certificates
&& apt-get update && apt-get install -y -q --no-install-recommends \
bash ca-certificates \
&& rm -rf /var/lib/apt/lists/*

ENV GEN_DIR /opt/swagger-codegen
WORKDIR ${GEN_DIR}
Expand Down

0 comments on commit 038fe49

Please sign in to comment.