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 c8dea1d commit 1bc66f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/web-and-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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 --no-install-recommends \
RUN apt update; apt install -y --no-install-recommends \
build-essential \
default-mysql-client \
default-libmysqlclient-dev \
Expand Down

0 comments on commit 1bc66f8

Please sign in to comment.