mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-23 21:25:33 +02:00
removed apt-get upgrade -y
apt-get upgrade -y shouldn't be used in a Dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@ LABEL maintainer="Andre Germann" \
|
|||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Install prerequisites (as listed in iobroker installer.sh)
|
# Install prerequisites (as listed in iobroker installer.sh)
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
acl \
|
acl \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ LABEL maintainer="Andre Germann" \
|
|||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Install prerequisites (as listed in iobroker installer.sh)
|
# Install prerequisites (as listed in iobroker installer.sh)
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
acl \
|
acl \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ LABEL maintainer="Andre Germann" \
|
|||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Install prerequisites (as listed in iobroker installer.sh)
|
# Install prerequisites (as listed in iobroker installer.sh)
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
acl \
|
acl \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|||||||
Reference in New Issue
Block a user