1
0

image: move dependencies

also install cron
This commit is contained in:
Konstantin Demin 2024-10-10 00:23:55 +03:00
parent c4feaf9f83
commit ff3564b0db
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0
2 changed files with 12 additions and 9 deletions

View File

@ -47,7 +47,18 @@ RUN divert_true() { divert-rm.sh "$1" ; ln -sv /bin/true "$1" ; } ; \
divert_true /usr/bin/deb-systemd-invoke
RUN apt-env.sh apt-get update ; \
apt-remove.sh \
ca-certificates \
e2fsprogs \
; \
apt-env.sh apt-get upgrade -y ; \
apt-install.sh \
cron \
logrotate \
netbase \
openssl \
procps \
; \
apt-clean.sh
## perl-base: hardlink->symlink
@ -78,6 +89,7 @@ RUN set -f ; \
chsh \
cpgr \
cppw \
crontab \
ctrlaltdel \
debugfs \
delgroup \
@ -194,12 +206,6 @@ RUN set -f ; \
done ; \
done
RUN apt-remove.sh \
ca-certificates \
e2fsprogs \
; \
apt-clean.sh
## "docker.io/python"-specific cleanup
RUN rm -f /root/.wget-hsts

View File

@ -80,10 +80,7 @@ RUN apt-install.sh \
dumb-init \
gettext-base \
jq \
netbase \
netcat-openbsd \
openssl \
procps \
psmisc \
zstd \
; \