We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def1d7e commit 56ef967Copy full SHA for 56ef967
Dockerfile-odbc
@@ -1,7 +1,7 @@
1
ARG QGIS_VERSION=3.16
2
FROM sourcepole/qwc-qgis-server:$QGIS_VERSION
3
4
-MAINTAINER Pirmin Kalberer
+USER root
5
6
# MSSQL drivers
7
# 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 && \
12
apt-get update && \
13
ACCEPT_EULA=Y apt-get install -y msodbcsql17 libqt5sql5-odbc
14
15
+ARG UID=999
16
+USER $UID
Dockerfile-plugins
@@ -1,6 +1,4 @@
-
COPY plugins/ /usr/share/qgis/python/plugins/
0 commit comments