mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added missing env var which fixes issues with mssql driver on alpine
This commit is contained in:
parent
2bb2c2cde3
commit
d8cbf0512b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
|||
ARG SHLINK_VERSION=2.0.5
|
||||
ENV SHLINK_VERSION ${SHLINK_VERSION}
|
||||
ENV SWOOLE_VERSION 4.4.15
|
||||
ENV LC_ALL "C"
|
||||
|
||||
WORKDIR /etc/shlink
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue