Skip to content

Commit 63f1a6f

Browse files
committed
Update Dockerfile
1 parent 8757791 commit 63f1a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN pip3 install --no-cache-dir --upgrade --break-system-packages \
3434
gpxpy==1.6.2 \
3535
tcx2gpx==0.1.5 \
3636
yq==3.4.3 \
37-
&& IFS=$'\n\t' msg="$(pip3 list --outdated | grep -i -e '^gpxpy ' -e '^tcx2gpx ' -e '^yq ' || true)" \
37+
&& msg="$(pip3 list --outdated | grep -i -e '^gpxpy ' -e '^tcx2gpx ' -e '^yq ' || true)" \
3838
&& if [ -n "${msg}" ]; then \
3939
>&2 echo "ERROR: outdated: ${msg}" ; \
4040
exit 1 ; \

0 commit comments

Comments
 (0)