Install python runtime

This commit is contained in:
Disassembler 2017-12-19 20:43:20 +01:00
parent 4c8e5452f5
commit 6d801b8d8a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python
import argparse import argparse
import json import json