Comment 8 for bug 1956039

Revision history for this message
EchoPouet (arnaudmoura) wrote :

To fix this issue I add option --no-install-recommends.

Dockerfile use with Docker v20.10.20 :
FROM ubuntu:22.04

RUN apt-get update && apt-get upgrade --yes && apt-get install --yes \
curl

RUN apt-get install --yes --no-install-recommends \
git