瀏覽代碼

Update Dockerfile

Valentino Lauciani 3 年之前
父節點
當前提交
9c6f4e0a06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      postgres-postgis/Dockerfile

+ 1 - 1
postgres-postgis/Dockerfile

@@ -9,7 +9,7 @@ RUN if [ ${INSTALL_PGSQL_HTTP_FOR_POSTGIS13} = true ]; then \
     && apt-get install -y \
         git \
         make \
-        gcc \ 
+        gcc \
         libcurl4-openssl-dev \
         postgresql-server-dev-13 \
         postgresql-13-cron \