File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/d
1515 $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
1616
1717# Install the packages we need
18- RUN apt-get update
18+ RUN apt-get update --fix-missing
1919RUN apt-get install -qy \
2020 apache2-utils \
2121 apt-file \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /
1818RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \
1919 $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
2020
21- RUN apt-get update
21+ RUN apt-get update --fix-missing
2222
2323# apt-get upgrade is normally not a good idea, but this is a dev container
2424RUN apt-get -qy upgrade
You can’t perform that action at this time.
0 commit comments