moving changes to different architectures

This commit is contained in:
andre
2019-11-27 21:47:51 +01:00
parent 320717d8bc
commit 95af2c3acf
9 changed files with 155 additions and 85 deletions

View File

@@ -6,27 +6,27 @@ ENV DEBIAN_FRONTEND noninteractive
# Install prerequisites (as listed in iobroker installer.sh)
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
acl \
apt-utils \
build-essential \
curl \
git \
gnupg2 \
acl \
apt-utils \
build-essential \
curl \
git \
gnupg2 \
gosu \
libavahi-compat-libdnssd-dev \
libcap2-bin \
libpam0g-dev \
libudev-dev \
locales \
libcap2-bin \
libpam0g-dev \
libudev-dev \
locales \
pkg-config \
procps \
python \
python \
python-dev \
sudo \
unzip \
wget \
unzip \
wget \
&& rm -rf /var/lib/apt/lists/*
# Install node10
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
&& apt-get update && apt-get install -y \