mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-30 02:21:34 +02:00
actions test
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
FROM balenalib/armv7hf-debian:buster
|
||||
|
||||
LABEL maintainer="Andre Germann" \
|
||||
url="https://buanet.de"
|
||||
LABEL org.opencontainers.image.title="ioBroker Docker Image" \
|
||||
org.opencontainers.image.description="Docker image for ioBroker smarthome software" \
|
||||
org.opencontainers.image.authors="info@buanet.de" \
|
||||
org.opencontainers.image.url="https://github.com/buanet/ioBroker.docker" \
|
||||
org.opencontainers.image.version="${VERSION}" \
|
||||
org.opencontainers.image.created="${DATI}"
|
||||
|
||||
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
|
||||
|
||||
# Install prerequisites (as listed in iobroker installer.sh)
|
||||
RUN apt-get update && apt-get install -y \
|
||||
acl \
|
||||
|
||||
Reference in New Issue
Block a user