Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit e7ccf0c

Browse files
author
Micah Young
committed
Fix build-constellation by adding jessie-backports
1 parent 77f6dbf commit e7ccf0c

File tree

1 file changed

+4
-0
lines changed
  • tasks/build-constellation

1 file changed

+4
-0
lines changed

tasks/build-constellation/task

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ set -o pipefail
55

66
true ${OUTPUT_DIR:?"!"}
77

8+
if ! grep jessie-backports /etc/apt/sources.list; then
9+
echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
10+
fi
11+
812
apt-get update
913
apt-get install -y xz-utils libsodium18
1014

0 commit comments

Comments
 (0)