Skip to content

Commit 5c1ef5c

Browse files
committed
Use python3 package in the build using Alpine
The package has recently been renamed from python to python3
1 parent 44bba86 commit 5c1ef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ tasks:
328328
command:
329329
- sh
330330
- -lxce
331-
- "apk add --quiet --update git python &&
331+
- "apk add --quiet --update git python3 &&
332332
git clone --quiet ${repository} /src && cd /src/addon && git checkout ${head_rev} -b build &&
333333
npm install --no-progress &&
334334
npm run build &&

0 commit comments

Comments
 (0)