Skip to content

Commit 56ef967

Browse files
committed
Fix ODBC image
1 parent def1d7e commit 56ef967

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile-odbc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG QGIS_VERSION=3.16
22
FROM sourcepole/qwc-qgis-server:$QGIS_VERSION
33

4-
MAINTAINER Pirmin Kalberer
4+
USER root
55

66
# MSSQL drivers
77
# https://docs.microsoft.com/de-de/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15
@@ -12,3 +12,5 @@ RUN apt-get update && apt-get install -y lsb-release && \
1212
apt-get update && \
1313
ACCEPT_EULA=Y apt-get install -y msodbcsql17 libqt5sql5-odbc
1414

15+
ARG UID=999
16+
USER $UID

Dockerfile-plugins

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
ARG QGIS_VERSION=3.16
22
FROM sourcepole/qwc-qgis-server:$QGIS_VERSION
33

4-
MAINTAINER Pirmin Kalberer
5-
64
COPY plugins/ /usr/share/qgis/python/plugins/

0 commit comments

Comments
 (0)