apt
, use apt-get
or apt-cache
instead DOK-DL3027Do not use apt
as it is meant to be an end-user tool.
apt
is discouraged by the linux distributions as an unattended tool as its interface may suffer changes between versions. Better use the more stable apt-get
and apt-cache
FROM debian:buster
RUN apt install curl=1.1.0
FROM debian:buster
RUN apt-get install curl=1.1.0