Paolo Asperti
98b7e0198c
All checks were successful
continuous-integration/drone/tag Build is passing
12 lines
186 B
Docker
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
|