fixtures y algunos test de zone
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Javi Gallego 2019-10-30 18:33:08 +01:00
parent 7dfdfc45c7
commit 763f8f53f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM mysql:5.6
FROM mysql:5.6.42
ENV MYSQL_ROOT_PASSWORD root
ENV TZ Europe/Madrid
@ -9,7 +9,7 @@ RUN apt-get update \
&& curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \
&& echo "deb http://apt.verdnatura.es/ jessie main" > /etc/apt/sources.list.d/vn.list \
&& apt-get update \
&& apt-get install -y vn-mysql \
&& apt-get install -y --allow-unauthenticated vn-mysql \
&& apt-get purge -y --auto-remove curl ca-certificates \
&& rm -rf /var/lib/apt/lists/*