mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 00:05:04 +00:00
test
This commit is contained in:
parent
943334083b
commit
58eb6a3b74
1 changed files with 1 additions and 1 deletions
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
@ -7,7 +7,7 @@ RUN apt-get update \
|
||||||
&& apt-get install -y mariadb-server \
|
&& apt-get install -y mariadb-server \
|
||||||
&& apt-get clean && rm -rf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* \
|
&& apt-get clean && rm -rf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* \
|
||||||
&& mkdir /var/run/mysqld \
|
&& mkdir /var/run/mysqld \
|
||||||
&& chown -R gitpod:gitpod /etc/mysql /var/run/mysqld /var/log/mysql /var/lib/mysql /var/lib/mysql-files /var/lib/mysql-keyring /var/lib/mysql-upgrade
|
&& chown -R gitpod:gitpod /etc/mysql /var/run/mysqld /var/log/mysql /var/lib/mysql
|
||||||
|
|
||||||
# Install our own MySQL config
|
# Install our own MySQL config
|
||||||
COPY mysql.cnf /etc/mysql/mysql.conf.d/mysqld.cnf
|
COPY mysql.cnf /etc/mysql/mysql.conf.d/mysqld.cnf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue