github actions test

This commit is contained in:
buanet
2021-08-28 13:45:15 +02:00
parent ef3a160a7c
commit 91420465e7

View File

@@ -5,6 +5,10 @@ LABEL maintainer="Andre Germann" \
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
# Install prerequisites (as listed in iobroker installer.sh)
RUN apt-get update && apt-get install -y \
acl \