Archived
1
0
Fork 0

Prosody: Bump Alpine to the edge

This commit is contained in:
Joerg Elfring 2019-02-02 16:57:49 +01:00
parent 967e9bbd2c
commit 8920a5865b
2 changed files with 2 additions and 6 deletions

View file

@ -11,10 +11,6 @@ services:
build: ./prosody-0.11 build: ./prosody-0.11
image: elfrinjo/prosody-0.11:latest image: elfrinjo/prosody-0.11:latest
tinywebdav:
build: ./tinywebdav
image: elfrinjo/tinywebdav:latest
torrelay: torrelay:
build: ./torrelay build: ./torrelay
image: elfrinjo/torrelay:latest image: elfrinjo/torrelay:latest

View file

@ -1,11 +1,11 @@
FROM alpine:3.8 FROM alpine:edge
LABEL maintainer "J. Elfring <devops@elfrinjo.de>" LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
## Install Packages ## Install Packages
RUN apk add --no-cache \ RUN apk add --no-cache \
--update \ --update \
libcrypto1.0 \ libcrypto1.1 \
libidn \ libidn \
lua5.2 \ lua5.2 \
lua5.2-expat \ lua5.2-expat \