hassio-murmur/Dockerfile
Paolo Asperti 98b7e0198c
All checks were successful
continuous-integration/drone/tag Build is passing
first commit
2022-03-13 18:44:54 +01:00

12 lines
186 B
Docker

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