(improvement)(build) Use docker-compose.yml to run the entire process successfully. (#1298)

This commit is contained in:
lexluo09
2024-06-30 16:56:06 +08:00
committed by GitHub
parent d8bc6a02a4
commit 8bfd80c2c0
3 changed files with 10 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ ARG SUPERSONIC_VERSION
# Install necessary packages, including MySQL client
RUN apt-get update && \
apt-get install -y mysql-client unzip && \
apt-get install -y default-mysql-client unzip && \
rm -rf /var/lib/apt/lists/*
# Copy the supersonic standalone zip file into the container