mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-04 12:05:53 +00:00
Check if mysql has been initialized before trying to upgrade
This commit is contained in:
@@ -7,7 +7,6 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
python3 \
|
||||
python3-pip \
|
||||
gosu \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user