File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ WORKDIR /application
1414RUN apt-get update \
1515 && apt-get install -y --no-install-recommends \
1616 build-essential=12.12 \
17- curl=8.14.1-2 \
18- git=1:2.47.3-0+deb13u1 \
17+ curl=8.14.1-2* \
18+ git=1:2.47.3-0* \
1919 && rm -rf /var/lib/apt/lists/* \
2020 && apt-get clean
2121
@@ -79,7 +79,7 @@ ENV PYTHONPATH=/application
7979# TODO remove 'git' once all dependencies are available on PyPI
8080RUN apt-get update \
8181 && apt-get install -y --no-install-recommends \
82- git=1:2.47.3-0+deb13u1 \
82+ git=1:2.47.3-0* \
8383 libgl1=1.7.0-1+b2 \
8484 libglib2.0-0=2.84.4-3~deb13u1 \
8585 libglx-mesa0=25.0.7-2 \
@@ -123,7 +123,7 @@ RUN apt-get update \
123123# hadolint ignore=DL3008
124124RUN apt-get update \
125125 && apt-get install -y --no-install-recommends \
126- git=1:2.47.3-0+deb13u1 \
126+ git=1:2.47.3-0* \
127127 libgl1=1.7.0-1+b2 \
128128 libglib2.0-0=2.84.4-3~deb13u1 \
129129 libglx-mesa0=25.0.7-2 \
@@ -163,7 +163,7 @@ RUN echo "deb [arch=amd64 trusted=yes] https://ppa.launchpadcontent.net/kobuk-te
163163# hadolint ignore=DL3008
164164RUN apt-get update \
165165 && apt-get install -y --no-install-recommends \
166- git=1:2.47.3-0+deb13u1 \
166+ git=1:2.47.3-0* \
167167 libgl1=1.7.0-1+b2 \
168168 libglib2.0-0=2.84.4-3~deb13u1 \
169169 libglx-mesa0=25.0.7-2 \
You can’t perform that action at this time.
0 commit comments