hassio-murmur/Dockerfile

12 lines
186 B
Docker
Raw Permalink Normal View History

2022-03-13 17:44:54 +00:00
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.1.0
FROM $BUILD_FROM
ENV LANG C.UTF-8
RUN apk -U --no-cache upgrade && \
apk --no-cache add umurmur
COPY rootfs /
EXPOSE 64738