update base image
This commit is contained in:
parent
0c1e679a42
commit
4877e513a4
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
14
Dockerfile
14
Dockerfile
@ -1,12 +1,12 @@
|
|||||||
FROM quay.io/thallian/confd-env:latest
|
FROM quay.io/thallian/confd-env:latest
|
||||||
|
|
||||||
ENV VERSION v0.18.7-rc2
|
ENV VERSION v0.18.7
|
||||||
|
|
||||||
RUN addgroup -g 2222 synapse
|
RUN addgroup -g 2222 synapse
|
||||||
RUN adduser -h /var/lib/synapse -u 2222 -D -G synapse synapse
|
RUN adduser -h /var/lib/synapse -u 2222 -D -G synapse synapse
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openssl \
|
libressl \
|
||||||
bash \
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
curl \
|
curl \
|
||||||
@ -28,12 +28,12 @@ RUN apk add --no-cache \
|
|||||||
make \
|
make \
|
||||||
musl \
|
musl \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
openssl-dev \
|
libressl-dev \
|
||||||
pwgen \
|
pwgen \
|
||||||
py-pip \
|
py2-pip \
|
||||||
py-virtualenv \
|
py-virtualenv \
|
||||||
python \
|
python2 \
|
||||||
python-dev \
|
python2-dev \
|
||||||
sqlite \
|
sqlite \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
unzip \
|
unzip \
|
||||||
@ -59,7 +59,7 @@ RUN apk del \
|
|||||||
linux-headers \
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
openssl-dev \
|
libressl-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
zlib-dev
|
zlib-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user