mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
5 lines
150 B
Docker
5 lines
150 B
Docker
FROM alpine:latest
|
|
|
|
# TODO: check this doesn't reinstall yq on every launch and use a builder if necessary
|
|
RUN apk update && apk add yq bash envsubst
|