This commit is contained in:
Louis Lam
2022-12-23 22:43:56 +08:00
parent 5e976afb27
commit a4de93f976
4 changed files with 101 additions and 17 deletions

View File

@@ -48,7 +48,10 @@ CMD ["node", "server/server.js"]
############################################
FROM release-slim AS release
RUN apt update && \
apt --yes --no-install-recommends install curl && \
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | bash -s -- --mariadb-server-version="mariadb-10.11" && \
apt --yes --no-install-recommends install mariadb-server && \
apt remove curl && \
rm -rf /var/lib/apt/lists/* && \
apt --yes autoremove

0
docker/my.cnf Normal file
View File