Prepare for test on device

This commit is contained in:
Fredrik Baberg
2023-03-16 12:02:45 +01:00
parent 6cdff6ea0b
commit 5af6182cbd
7 changed files with 57 additions and 42 deletions

View File

@@ -81,12 +81,14 @@ RUN apk add -U \
opus \
speexdsp \
zlib \
caddy
caddy \
vim \
screen
COPY rootfs/ /
WORKDIR /
# # Make files executable
# # RUN chmod +x /etc/cont-init.d/*.sh
# # RUN chmod +x /etc/services.d/*/*
# RUN chmod +x /etc/cont-init.d/*.sh
# RUN chmod +x /etc/services.d/*/*