Skip to content

Commit

Permalink
add cat
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Apr 2, 2024
1 parent 81a3475 commit b289f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/ubuntu24.04_py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ RUN /bin/bash -c 'export DEBIAN_FRONTEND=noninteractive; debconf-set-selections
RUN /bin/bash -c 'export DEBIAN_FRONTEND=noninteractive; debconf-set-selections <<< "nxsconfigserver-db nxsconfigserver-db/db/app-user string tango"'

RUN sed -i "s/\[mysql\]/\[mysqld\]\nsql_mode = NO_ZERO_IN_DATE,NO_ENGINE_SUBSTITUTION\ncharacter_set_server=latin1\ncollation_server=latin1_swedish_ci\n\[mysql\]/g" /etc/mysql/mysql.conf.d/mysql.cnf
RUN echo "/etc/mysql/mysql.conf.d/mysql.cnf"; cat /etc/mysql/mysql.conf.d/mysql.cnf

RUN echo "/etc/mysql/conf.d/mysql.cnf"; cat /etc/mysql/conf.d/mysql.cnf
ENV PKG_CONFIG_PATH=/home/tango/lib/pkgconfig
ENV MYSQL_HOST=127.0.0.1
USER tango
Expand Down

0 comments on commit b289f2d

Please sign in to comment.