This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user