Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
DBC Docker file update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Nov 1, 2023
1 parent 979ec9b commit 3b32175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbc2val/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ ARG BUILDPLATFORM

RUN echo "-- Running on $BUILDPLATFORM, building for $TARGETPLATFORM"

RUN apk update && apk add alpine-sdk linux-headers
# cmake and opanblas-dev needed for aarch build
RUN apk update && apk add alpine-sdk linux-headers cmake openblas-dev

COPY . /

Expand Down

0 comments on commit 3b32175

Please sign in to comment.