* Fixing issue bad apt-get invocation(missing apt-get update) before mysql installation
This commit is contained in:
parent
0fbd390b4c
commit
112723cba2
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user