Update Dockerfile

This commit is contained in:
2023-12-17 06:51:13 +01:00
parent afb22e34fa
commit 44db1b1a62

View File

@@ -14,6 +14,9 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq
RUN apt-get install build-essential libcurl4-openssl-dev libxml2-dev mime-support -y
RUN apt install s3fs mysql-client -y
# Clear cache
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN mkdir /s3mnt
RUN mkdir /tmp/s3cache
RUN chmod 777 /s3mnt