We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ceb92 commit 1267933Copy full SHA for 1267933
setup-alpine.sh
@@ -5,7 +5,7 @@ set -xe
5
apk add --no-cache openrc
6
apk add --no-cache util-linux
7
apk add --no-cache gcc libc-dev
8
-apk add --no-cache python3
+apk add --no-cache python2 python3
9
10
ln -s agetty /etc/init.d/agetty.ttyS0
11
echo ttyS0 > /etc/securetty
0 commit comments