File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENV PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
1717
1818# Install apt dependencies and build photogrammetry dependencies
1919RUN apt update \
20- && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
20+ && DEBIAN_FRONTEND=noninteractive apt install -y --fix-missing -- no-install-recommends \
2121 build-essential \
2222 bzip2 \
2323 cmake \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ From: {{ BASE_IMAGE }}
2121
2222 # apt dependencies
2323 apt update
24- DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
24+ DEBIAN_FRONTEND=noninteractive apt install -y --fix-missing -- no-install-recommends \
2525 build-essential \
2626 bzip2 \
2727 cmake \
You can’t perform that action at this time.
0 commit comments