This commit is contained in:
eroncero
2025-08-04 12:05:19 +02:00
parent becf6ef471
commit 3871443b24
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM debian:bookworm
ARG DEBIAN_FRONTEND=noninteractive
ARG DEBCONF_NONINTERACTIVE_SEEN=true
RUN apt-get update; apt-get full-upgrade -y; apt-get autoclean -y; apt-get install mariadb-server mariadb-client -y
RUN apt-get update; apt-get full-upgrade -y; apt-get autoclean -y; apt-get install mariadb-server mariadb-client iputils-ping -y
COPY project/entrypoint/entrypoint.sh /entrypoint/entrypoint.sh
COPY project/entrypoint/fix_volumes.sh /entrypoint/fix_volumes.sh