File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ services:
89
89
build :
90
90
context : src/
91
91
args :
92
- - DOCKERIZED=true
92
+ - DOCKERIZED=false
93
93
- SORMAS_VERSION=${SORMAS_VERSION}
94
94
- OPENAPI_GENERATOR_VERSION=${OPENAPI_GENERATOR_VERSION}
95
95
environment :
Original file line number Diff line number Diff line change 1
1
FROM debian:buster-slim
2
2
ARG SORMAS_VERSION
3
3
ARG OPENAPI_GENERATOR_VERSION
4
- ARG DOCKERIZED=true
4
+ ARG DOCKERIZED=false
5
5
# see https://github.com/debuerreotype/debuerreotype/issues/10
6
6
RUN mkdir -p /usr/share/man/man1
7
7
RUN apt update && apt upgrade -y
8
- RUN apt install -y \
9
- curl wget unzip vim \
10
- python3 python3-pip python3-venv \
8
+ RUN apt install --no-install-recommends - y \
9
+ curl wget unzip vim gcc \
10
+ python3 python3-pip python3-venv python3-dev \
11
11
maven jq \
12
12
postgresql libpq-dev
13
13
You can’t perform that action at this time.
0 commit comments