Skip to content
Snippets Groups Projects
Commit 92580cba authored by drebs's avatar drebs
Browse files

Make sure mysql_version is available on first puppet run

parent 8942b2dd
Branches
Tags
No related merge requests found
......@@ -35,6 +35,9 @@ RUN sed -i "s@__WEBLATE_URL__@${weblate_url}@" /etc/puppet/hiera/common.yaml
# /etc/sysctl.conf must be present
RUN apt-get -y install procps
# install mysql server so mysql_version is available during first puppet run
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install mysql-server
# apply puppet recipes!
RUN puppet apply --debug \
--hiera_config /etc/puppet/hiera.yaml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment