Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots committed Jul 25, 2024
1 parent 6df6060 commit 26277cb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/web-and-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ RUN mkdir -p target/dependency && (cd target/dependency; jar -xf ../*-exec.jar)
FROM eclipse-temurin:21

# download system dependencies first to take advantage of docker caching
RUN apt-get update && apt-get install -y \
RUN apt-get update; apt-get install -y --no-install-recommends \
build-essential \
default-mysql-client \
default-libmysqlclient-dev \
python3-full \
python3-setuptools \
python3-dev \
python3-pip \
pipx \
unzip \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install wheel
Expand Down

0 comments on commit 26277cb

Please sign in to comment.