Comment 135 for bug 1782984

Revision history for this message
Umair Iqbal (umairiqbal20) wrote :

My DockerFile looks like

RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed main restricted' >> /etc/apt/sources.list && \
    apt-get update -q -y && \
    apt-get install -y --fix-missing --no-install-recommends \