Skip to content

Commit cf22947

Browse files
committed
Containers: Fix missing
1 parent d33e540 commit cf22947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1919
RUN 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 \

apptainer/pgs-recon.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)