Skip to content
Snippets Groups Projects
Commit 0d535dbe authored by Julian's avatar Julian
Browse files

Fixed mysql installation

parent 356e939f
Branches
No related tags found
No related merge requests found
Pipeline #7684 canceled
......@@ -9,6 +9,7 @@ RUN apt-get -qq update && \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper dh-python mariadb-server && \
pip3 install pylint html5validator twine build --upgrade && \
mysql_secure_installation && \
apt-get -qq clean
FROM uffd-base AS openldap-base
......
......@@ -9,6 +9,7 @@ RUN apt-get -qq update && \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper dh-python mariadb-server && \
pip3 install pylint html5validator twine build --upgrade && \
mysql_secure_installation && \
apt-get -qq clean
FROM uffd-base AS openldap-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment