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 1bc66f8 commit efa6fc4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docker/web-and-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,13 @@ 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 update; apt install -y --no-install-recommends \
RUN apt update; apt install pipx; pipx ensurepath; apt install -y --no-install-recommends \
build-essential \
default-mysql-client \
default-libmysqlclient-dev \
python3 \
python3-full \
python3-setuptools \
python3-dev \
python3-pip \
unzip \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install wheel
&& pipx install wheel


# copy over core files and data-related scripts
Expand Down

0 comments on commit efa6fc4

Please sign in to comment.