Skip to content

Commit

Permalink
fix: Speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Jan 3, 2025
1 parent fdb3c49 commit 0243a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

Expand Down

0 comments on commit 0243a74

Please sign in to comment.