mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-03 15:58:20 +08:00
(improvement)(build) Use docker-compose.yml to run the entire process successfully. (#1298)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user