diff --git a/freechat-pipeline/Dockerfile b/freechat-pipeline/Dockerfile index 790e9b1..1a8bd2d 100644 --- a/freechat-pipeline/Dockerfile +++ b/freechat-pipeline/Dockerfile @@ -37,7 +37,7 @@ RUN mkdir /opt/mysql-setup && \ apt-get update && \ apt-get install /opt/mysql-setup/mysql-apt-config_0.8.17-1_all.deb \ -y --no-install-recommends && \ - apt-get install mysql-community-server && \ + apt-get update && apt-get install mysql-community-server \ -y --no-install-recommends