mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-28 11:14:03 +02:00
deleted optional packages from dockerfile
install optional packages by using env "PACKAGES" with value "package1 package2 package3"
This commit is contained in:
@@ -6,17 +6,12 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
# Install necessary packages
|
||||
RUN apt-get update && apt-get install -y \
|
||||
android-tools-adb \
|
||||
android-tools-fastboot \
|
||||
apt-utils \
|
||||
build-essential \
|
||||
curl \
|
||||
ffmpeg \
|
||||
git \
|
||||
gnupg2 \
|
||||
libfontconfig \
|
||||
libpam0g-dev \
|
||||
libpcap-dev \
|
||||
libudev-dev \
|
||||
locales \
|
||||
procps \
|
||||
|
||||
Reference in New Issue
Block a user