Add 3DPrinter-Remote

This commit is contained in:
Fredrik Baberg
2023-03-01 23:24:43 +01:00
parent 4a5b9e38c5
commit 93dec56a32
8 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base"
FROM ${BUILD_FROM} AS final
ENV LANG C.UTF-8
RUN echo "Install base requirements." \
&& apk add --no-cache ser2net
COPY rootfs/ /
WORKDIR /
# Make files executable
RUN chmod +x /etc/cont-init.d/*.sh
RUN chmod +x /etc/services.d/*/*