first commit
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-03-13 18:44:54 +01:00
commit 98b7e0198c
8 changed files with 358 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
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