Added scripts and configs to build docker image on travis

This commit is contained in:
Alejandro Celaya
2020-03-21 08:42:13 +01:00
parent 65fbb1dfb3
commit 644f5be6fe
5 changed files with 22 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ ENV LC_ALL "C"
WORKDIR /etc/shlink
RUN \
# Install mysl and calendar
# Install mysql and calendar
docker-php-ext-install -j"$(nproc)" pdo_mysql calendar && \
# Install sqlite
apk add --no-cache sqlite-libs sqlite-dev && \