mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 17:36:15 +00:00
fix: docker image build
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
FROM debian:bullseye-slim AS builder
|
||||
ARG PSACC_VERSION="0.0.0"
|
||||
ARG PYTHON_DEP
|
||||
RUN BUILD_DEP='python3-pip python3-setuptools python3-dev libblas-dev liblapack-dev gfortran libffi-dev libxml2-dev libxslt1-dev make automake gcc g++ subversion' ; \
|
||||
RUN BUILD_DEP='python3-pip python3-setuptools python3-dev libblas-dev liblapack-dev gfortran libffi-dev libxml2-dev libxslt1-dev make automake gcc g++ subversion ninja-build' ; \
|
||||
apt-get update && apt-get install -y --no-install-recommends $BUILD_DEP $PYTHON_DEP;
|
||||
RUN pip3 install --upgrade pip && mkdir psa-car-controller && pip3 install poetry
|
||||
COPY ./dist/psa_car_controller-${PSACC_VERSION}-py3-none-any.whl .
|
||||
|
||||
Reference in New Issue
Block a user