Skip to content

Commit e307cf6

Browse files
Merge pull request #1 from hzi-braunschweig/development
Update Fork
2 parents de88bc1 + dd3fca4 commit e307cf6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
build:
9090
context: src/
9191
args:
92-
- DOCKERIZED=true
92+
- DOCKERIZED=false
9393
- SORMAS_VERSION=${SORMAS_VERSION}
9494
- OPENAPI_GENERATOR_VERSION=${OPENAPI_GENERATOR_VERSION}
9595
environment:

src/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM debian:buster-slim
22
ARG SORMAS_VERSION
33
ARG OPENAPI_GENERATOR_VERSION
4-
ARG DOCKERIZED=true
4+
ARG DOCKERIZED=false
55
# see https://github.com/debuerreotype/debuerreotype/issues/10
66
RUN mkdir -p /usr/share/man/man1
77
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 \
1111
maven jq \
1212
postgresql libpq-dev
1313

0 commit comments

Comments
 (0)