Skip to content

Commit

Permalink
#3287: mariadb.dockerfile, use 'python3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Oct 2, 2018
1 parent cf0ad87 commit c915bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/mariadb.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && $PUPPET apply -e 'class { mariadb: }'\
RUN printf '#!/bin/bash\n\n\
cd $MODULES/mariadb/scripts\n\
service mysql start\n\
python setup_tables.py $ROOT_PUPPET/puppet\n\
python3 setup_tables.py $ROOT_PUPPET/puppet\n\
service mysql stop\n\
mysqld\n\
' > entrypoint
Expand Down

0 comments on commit c915bd3

Please sign in to comment.