Skip to content

Commit

Permalink
fix(docker): Acually preserve preexisting packages...
Browse files Browse the repository at this point in the history
  • Loading branch information
nkemnitz authored and supersergiy committed Jan 23, 2025
1 parent fa8b15c commit 1254139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.all
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
--mount=type=cache,target=/root/.cache/pip,sharing=locked \
savedAptMark="$(apt-mark showmanual)" \
apt-get update \
&& apt-get update \
&& apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
# General pip build dependencies
git build-essential wget \
# OpenCV dependencies
ffmpeg libsm6 libxext6 \
# Abiss (https://github.com/seung-lab/abiss/blob/main/docker/Dockerfile)
ca-certificates \
curl \
build-essential \
cmake \
Expand Down
3 changes: 1 addition & 2 deletions docker/Dockerfile.all_pcg
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
--mount=type=cache,target=/root/.cache/pip,sharing=locked \
savedAptMark="$(apt-mark showmanual)" \
apt-get update \
&& apt-get update \
&& apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
# General pip build dependencies
git build-essential wget \
# OpenCV dependencies
ffmpeg libsm6 libxext6 \
# Abiss (https://github.com/seung-lab/abiss/blob/main/docker/Dockerfile)
ca-certificates \
curl \
build-essential \
cmake \
Expand Down

0 comments on commit 1254139

Please sign in to comment.