File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 username : ${{ secrets.DOCKER_USERNAME }}
2626 password : ${{ secrets.DOCKER_PASSWORD }}
2727 repository : justb4/mapproxy
28- tags : latest,1.13.2-1
28+ tags : latest,1.13.2-2
2929 tag_with_ref : false
3030 tag_with_sha : false
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ENV MAPPROXY_PROCESSES="4" \
3434 DEBIAN_FRONTEND="noninteractive" \
3535 DEB_BUILD_DEPS="python3-pip build-essential python3-dev python3-setuptools python3-wheel" \
3636 DEB_PACKAGES="python3-pil python3-yaml python3-gdal libproj13 python3-lxml python3-shapely libgeos-dev uwsgi-plugin-python3 ${ADD_DEB_PACKAGES}" \
37- PIP_PACKAGES="uwsgi requests geojson MapProxy==${MAPPROXY_VERSION} ${ADD_PIP_PACKAGES}"
37+ PIP_PACKAGES="uwsgi requests geojson watchdog MapProxy==${MAPPROXY_VERSION} ${ADD_PIP_PACKAGES}"
3838
3939RUN set -x \
4040 && apt-get update \
You can’t perform that action at this time.
0 commit comments