From 0243a74296a5b6002b4233ccc5067d9808ab6dc8 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Fri, 3 Jan 2025 18:56:32 +0100 Subject: [PATCH] fix: Speed up builds --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05399dcd2..d852e3c43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,12 +9,12 @@ ARG USER=specter ARG DIR=/data/ -FROM python:3.10-slim-bookworm AS builder +FROM python:3.10-bookworm AS builder ARG VERSION ARG REPO -RUN apt update && apt install -y git build-essential libusb-1.0-0-dev libudev-dev libffi-dev libssl-dev rustc cargo libpq-dev +RUN apt update && apt install -y git libusb-1.0-0-dev libudev-dev libffi-dev libssl-dev rustc cargo libpq-dev WORKDIR /