Skip to content

Commit 9c1e40d

Browse files
Workaround build error
1 parent f4b6bb3 commit 9c1e40d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

folder-rsync/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG BUILD_FROM
2-
FROM $BUILD_FROM
2+
# FROM $BUILD_FROM
3+
FROM hassioaddons/base:8.0.6
34

45
ENV LANG C.UTF-8
56

@@ -9,4 +10,4 @@ RUN apk add --no-cache jq sshpass rsync
910
COPY run.sh /
1011
RUN chmod a+x /run.sh
1112

12-
CMD [ "/run.sh" ]
13+
CMD [ "/run.sh" ]

0 commit comments

Comments
 (0)