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
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
The problem is that it shows some warnings after installing anything through apt-get but the actual installation does seem to work. Running with older ubuntu images doesn't have any of these problems.
Hi there,
When using the 16.04 image I get the following error using the apt-get install command:
It was already discussed here
I was able to fix it using their fix:
Replace:
with:
The problem is that it shows some warnings after installing anything through apt-get but the actual installation does seem to work. Running with older ubuntu images doesn't have any of these problems.
My fix
The text was updated successfully, but these errors were encountered: