Skip to content

Commit

Permalink
Use more specific libopenblas0-pthread package in Debian 12 image
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Aug 21, 2024
1 parent bc81ddc commit 51c710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile.debian-12
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN set -x \
&& echo 'deb-src http://deb.debian.org/debian bookworm main' >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y curl gcc libcurl4-openssl-dev libicu-dev \
libopenblas0 libpcre2-dev make unzip wget \
libopenblas0-pthread libpcre2-dev make unzip wget \
&& apt-get build-dep -y r-base

# Install AWS CLI
Expand Down

0 comments on commit 51c710b

Please sign in to comment.