Skip to content

Commit 10cf008

Browse files
committed
Enable deb-src lines
1 parent 9b0e93a commit 10cf008

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • .github/workflows/tools/containers/buildenv-git-annex

.github/workflows/tools/containers/buildenv-git-annex/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN set -ex; \
2323
apt install neurodebian-freeze; \
2424
nd_freeze 20250819; \
2525
f=/etc/apt/sources.list.d/debian.sources; if [ -e "$f" ] && ! grep -q "^URIs:.*snapshot\." "$f"; then mv "$f" "$f.disabled"; fi; \
26+
sed -i -e 's,\(^deb\) \(.*\),\1 \2\ndeb-src \2,g' /etc/apt/sources.list.d/*.list; \
2627
apt-get update -qq; \
2728
export DEBIAN_FRONTEND=noninteractive; \
2829
apt-get build-dep -y -q git-annex; \

0 commit comments

Comments
 (0)