From 6d801b8d8a5d53960dece0f0e5146a63f8f28f05 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 19 Dec 2017 20:43:20 +0100 Subject: [PATCH] Install python runtime --- basic.sh | 2 +- basic/usr/local/bin/portal-app-manager | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic.sh b/basic.sh index 008412d..702e263 100755 --- a/basic.sh +++ b/basic.sh @@ -4,7 +4,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/basic # Install packages 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 mkdir /root/.ssh diff --git a/basic/usr/local/bin/portal-app-manager b/basic/usr/local/bin/portal-app-manager index d25d991..7c08309 100755 --- a/basic/usr/local/bin/portal-app-manager +++ b/basic/usr/local/bin/portal-app-manager @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python import argparse import json