tweaking updater, conpot

This commit is contained in:
listbot
2018-08-20 15:06:10 +00:00
parent e2613e7d17
commit 6b77e64ff4
3 changed files with 129 additions and 114 deletions

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.7
# Include dist
ADD dist/ /root/dist/
@ -12,10 +12,10 @@ RUN apk -U --no-cache add \
libev \
libtool \
libcap \
libxml2-dev \
libxslt \
libxslt-dev \
mariadb-dev \
mariadb-client-libs \
mariadb-dev \
pkgconfig \
python \
python-dev \
@ -58,6 +58,7 @@ RUN apk -U --no-cache add \
git \
libev \
libtool \
libxml2-dev \
libxslt-dev \
mariadb-dev \
pkgconfig \