github actions test

This commit is contained in:
buanet
2021-08-28 14:06:39 +02:00
parent 91420465e7
commit 8e0467182b

View File

@@ -7,7 +7,8 @@ ENV DEBIAN_FRONTEND noninteractive
# Workaround for building image with buildx
RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split && \
ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb
ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb && \
ln -s /bin/tar /usr/sbin/tar
# Install prerequisites (as listed in iobroker installer.sh)
RUN apt-get update && apt-get install -y \