updated drone config
This commit is contained in:
parent
815b888aca
commit
dd28cbe373
|
@ -1,13 +1,11 @@
|
||||||
build:
|
build:
|
||||||
base: website
|
|
||||||
image: olymk2/mhackspace
|
image: olymk2/mhackspace
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- cd website
|
- cd website
|
||||||
- sleep 20
|
- sleep 15
|
||||||
- cat /usr/lib/python3.5/site-packages/scaffold/__main__.py
|
|
||||||
- python3 -m "scaffold"
|
- python3 -m "scaffold"
|
||||||
- nose2-3
|
- nose2-3.5
|
||||||
|
|
||||||
|
|
||||||
compose:
|
compose:
|
||||||
|
|
|
@ -9,9 +9,9 @@ ENV SITE_FOLDER /etc/sites/mysite/
|
||||||
RUN apk add --update --no-cache libssl1.0 libxml2 libxslt ca-certificates
|
RUN apk add --update --no-cache libssl1.0 libxml2 libxslt ca-certificates
|
||||||
RUN apk add --update --no-cache py-psycopg2 py-lxml py-flask py-pillow py-openssl py-cffi
|
RUN apk add --update --no-cache py-psycopg2 py-lxml py-flask py-pillow py-openssl py-cffi
|
||||||
|
|
||||||
RUN apk add --update --no-cache build-base make git bzr python3-dev libffi-dev openssl-dev libxml2-dev libxslt-dev && \
|
RUN apk add --update --no-cache build-base make git bzr python3-dev libffi-dev openssl-dev libxml2-dev libxslt-dev jpeg-dev zlib-dev && \
|
||||||
pip3 install lxml && \
|
pip3 install lxml && \
|
||||||
pip3 install --no-cache-dir lxml dateutils requests requests-oauthlib mailer gocardless paypalrestsdk pytz nose2 oauthlib flask flask-login pymysql misaka && \
|
pip3 install --no-cache-dir lxml dateutils requests requests-oauthlib mailer gocardless paypalrestsdk pytz nose2 oauthlib flask flask-login pymysql misaka slimit cssmin pillow && \
|
||||||
pip3 install --upgrade git+git://github.com/olymk2/scaffold.git@master && \
|
pip3 install --upgrade git+git://github.com/olymk2/scaffold.git@master && \
|
||||||
#pip3 install --upgrade --no-cache-dir bzr+lp:scaffold/trunk#egg=scaffold && \
|
#pip3 install --upgrade --no-cache-dir bzr+lp:scaffold/trunk#egg=scaffold && \
|
||||||
apk del build-base make git bzr python3-dev libffi-dev openssl-dev libxml2-dev libxslt-dev
|
apk del build-base make git bzr python3-dev libffi-dev openssl-dev libxml2-dev libxslt-dev
|
||||||
|
|
Loading…
Reference in New Issue