Skip to content

Commit 618a535

Browse files
committed
add watchdog PyPi package, needed in derived Images
1 parent 5140c19 commit 618a535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3939
RUN set -x \
4040
&& apt-get update \

0 commit comments

Comments
 (0)