Install python runtime
This commit is contained in:
parent
4c8e5452f5
commit
6d801b8d8a
2
basic.sh
2
basic.sh
@ -4,7 +4,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/basic
|
|||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
apk --no-cache add --virtual .useful git file htop libressl openssh-server openssh-sftp-server
|
apk --no-cache add --virtual .useful git file htop libressl openssh-server openssh-sftp-server
|
||||||
apk --no-cache add docker gettext kbd-misc postfix nginx
|
apk --no-cache add docker gettext kbd-misc postfix python2 nginx
|
||||||
|
|
||||||
# Copy profile files and settings
|
# Copy profile files and settings
|
||||||
mkdir /root/.ssh
|
mkdir /root/.ssh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
Loading…
Reference in New Issue
Block a user