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 Oct 30, 2023
1 parent d85e62e commit c593aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbc2val/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG BUILDPLATFORM

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

RUN apk update && apk add alpine-sdk linux-headers
RUN apk update && apk add alpine-sdk linux-headers cmake libblas3 liblapack3 liblapack-dev libblas-dev

COPY . /

Expand Down

0 comments on commit c593aca

Please sign in to comment.