sctions test

This commit is contained in:
buanet
2021-08-28 14:19:27 +02:00
parent 8e0467182b
commit e7e54f794f
2 changed files with 17 additions and 5 deletions

View File

@@ -6,9 +6,9 @@ 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 && \
ln -s /bin/tar /usr/sbin/tar
#RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split && \
# 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 \