This commit is contained in:
Ruben Fiszel
2024-12-17 15:26:18 +01:00
parent 5fb68cf28f
commit 6bcaa73af5
2 changed files with 4 additions and 14 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
ARG RUST_IMAGE=rust:1.80-slim-bookworm
ARG PYTHON_IMAGE=python:3.11.4-slim-bookworm
FROM ${RUST_IMAGE} as builder
FROM ubuntu
RUN apt-get update && apt-get install -y git libssl-dev pkg-config