Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ba5712784 | ||
|
|
0c21d5e626 | ||
|
|
5be7976f0a | ||
|
|
959769a05c |
@@ -14,10 +14,6 @@ RUN <<-EOF
|
||||
sed -i '/^Components: main$/s/$/ contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
|
||||
EOF
|
||||
|
||||
RUN <<-EOF
|
||||
sed -i '/^Components: main$/s/$/ contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
|
||||
EOF
|
||||
|
||||
# Install packages
|
||||
RUN <<-EOF
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
@@ -252,6 +248,11 @@ RUN <<-EOF
|
||||
find /etc/apt/preferences.d/ -type f -not -perm 0644 -exec chmod 0644 '{}' ';'
|
||||
EOF
|
||||
|
||||
RUN <<-EOF
|
||||
sed -i '/^Types: deb$/s/$/ deb-src/' /etc/apt/sources.list.d/debian.sources
|
||||
sed -i '/^Components: main$/s/$/ contrib non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources
|
||||
EOF
|
||||
|
||||
# Install base packages
|
||||
RUN <<-EOF
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
@@ -283,7 +284,7 @@ RUN <<-EOF
|
||||
libpam0g \
|
||||
libpixman-1-0 \
|
||||
libpulse0 \
|
||||
libssl3t64 \
|
||||
libssl3 \
|
||||
libsystemd0 \
|
||||
libx11-6 \
|
||||
libx11-xcb1 \
|
||||
@@ -296,7 +297,7 @@ RUN <<-EOF
|
||||
libxml2 \
|
||||
libxrandr2 \
|
||||
libxshmfence1 \
|
||||
libxt6t64 \
|
||||
libxt6 \
|
||||
libxtst6 \
|
||||
libxv1 \
|
||||
locales \
|
||||
@@ -386,8 +387,7 @@ RUN <<-EOF
|
||||
gnome-keyring \
|
||||
gtk2-engines-pixbuf \
|
||||
htop \
|
||||
indicator-application \
|
||||
indicator-messages \
|
||||
ayatana-indicator-messages \
|
||||
iproute2 \
|
||||
iputils-ping \
|
||||
libavcodec-extra \
|
||||
@@ -442,7 +442,7 @@ RUN <<-EOF
|
||||
xfonts-base \
|
||||
xinput \
|
||||
xterm \
|
||||
xubuntu-default-settings \
|
||||
debian-mate-default-settings \
|
||||
xutils \
|
||||
xz-utils \
|
||||
zenity \
|
||||
|
||||
Reference in New Issue
Block a user