Skip to content

Commit c690cbc

Browse files
committed
Update Dockerfile
1 parent 9dfe3ea commit c690cbc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xml/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ RUN apk --update --no-cache add \
1616
maven \
1717
openjdk21-jre-headless \
1818
py3-pip \
19-
python3 \
20-
python3-dev \
2119
xmlindent \
2220
xmlsec \
2321
xmlstarlet \
@@ -30,7 +28,7 @@ RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
3028
gpxpy==1.6.2 \
3129
tcx2gpx==0.1.5 \
3230
yq==3.4.3 \
33-
&& msg="$(pip list --outdated | grep -e -e gpxpy -e tcx2gpx -e yq || true)" \
31+
&& msg="$(pip3 list --outdated | grep -i -e '^gpxpy ' -e '^tcx2gpx ' -e '^yq ' || true)" \
3432
&& if [ -n "${msg}" ]; then \
3533
>&2 echo "ERROR: outdated: ${msg}" ; \
3634
exit 1 ; \

0 commit comments

Comments
 (0)