alpine 3.6
This commit is contained in:
parent
dfc94f77da
commit
6736b94a95
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.5
|
FROM alpine:3.6
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
ENV SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt
|
ENV SSL_CERT_FILE /etc/ssl/certs/ca-certificates.crt
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
- lftp
|
- lftp
|
||||||
- make
|
- make
|
||||||
- musl-dev
|
- musl-dev
|
||||||
- nodejs
|
|
||||||
- python3
|
- python3
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- wget
|
- wget
|
||||||
@ -60,20 +59,6 @@
|
|||||||
src=flickr2markdown
|
src=flickr2markdown
|
||||||
dest=~/.flickr2markdown
|
dest=~/.flickr2markdown
|
||||||
|
|
||||||
- name: install js packages
|
|
||||||
npm:
|
|
||||||
name={{ item }}
|
|
||||||
path=/vagrant
|
|
||||||
state=present
|
|
||||||
global=yes
|
|
||||||
with_items:
|
|
||||||
- bower
|
|
||||||
- gulp
|
|
||||||
- gulp-rename
|
|
||||||
- gulp-less
|
|
||||||
- gulp-minify-css
|
|
||||||
become: yes
|
|
||||||
|
|
||||||
- name: set timezone
|
- name: set timezone
|
||||||
copy:
|
copy:
|
||||||
content="Europe/Berlin"
|
content="Europe/Berlin"
|
||||||
|
Loading…
Reference in New Issue
Block a user