You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
We're receiving a warning about apt's unstable CLI interface in our Docker build. I recommend switching to apt-get to resolve this.
Here is an excerpt from our build log showing the warning:
Step 5/13 : RUN apt update && apt install -y curl
---> Running in f45ef5370a50
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
...
Using apt-get in place of aptis recommended for script usage as it provides a stable CLI interface.
The text was updated successfully, but these errors were encountered:
We're receiving a warning about apt's unstable CLI interface in our Docker build. I recommend switching to apt-get to resolve this.
Here is an excerpt from our build log showing the warning:
Using
apt-get
in place ofapt
is recommended for script usage as it provides a stable CLI interface.The text was updated successfully, but these errors were encountered: