This repository was archived by the owner on Sep 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Δ:boot:python
Andrew T. DeSantis edited this page Dec 24, 2016
·
2 revisions
type: object
required: [a, b, c]
properties:
a: {type: number}
b: {type: number}
c: {type: number}a: 1
b: 2
c: 3Δ with (data=None)
MAINTAINER "atd@gmx.it"
INSTALL "python2.7"
INSTALL "python-dev"
INSTALL "python-pip" && UPGRADE_PIP
PIP_INSTALL "ndg-httpsclient"
PIP_INSTALL "pyasn1"
PIP_UPGRADE "requests[security]"
PIP_INSTALL "virtualenv"
RUN "cd /deos/venv/linux/ && virtualenv default --no-site-packages"
EXIT_SUCCESSa: 1
b: 2
c: 3© 2016-2017 DeSantis Inc. All Rights Reserved.
