Skip to content

Commit

Permalink
DDEV - improve apt stability
Browse files Browse the repository at this point in the history
  • Loading branch information
AronNovak authored Jun 18, 2024
1 parent b4bfb81 commit 5f7bef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ddev/web-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG BASE_IMAGE
FROM $BASE_IMAGE

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests inotify-tools build-essential mime-support
RUN apt-get update || true
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests inotify-tools build-essential mime-support

# Download and install Python 2.7 and dependencies from Debian 11 (Bullseye)
ADD https://deb.debian.org/debian/pool/main/libf/libffi/libffi7_3.3-6_amd64.deb /tmp/
Expand Down

0 comments on commit 5f7bef3

Please sign in to comment.