Skip to content

Commit 1267933

Browse files
committed
fix(setup-alpine): add python2
1 parent e9ceb92 commit 1267933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-alpine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -xe
55
apk add --no-cache openrc
66
apk add --no-cache util-linux
77
apk add --no-cache gcc libc-dev
8-
apk add --no-cache python3
8+
apk add --no-cache python2 python3
99

1010
ln -s agetty /etc/init.d/agetty.ttyS0
1111
echo ttyS0 > /etc/securetty

0 commit comments

Comments
 (0)