Skip to content

Commit

Permalink
pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Feb 28, 2024
1 parent e9aa602 commit ad4e182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM riscv64/ubuntu:focal as base

RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y build-essential cmake curl wget git make libgmp-dev libboost-dev libssl-dev zlib1g zlib1g-dev libreadline-dev libffi-dev && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y build-essential cmake curl wget git make pkg-config libgmp-dev libboost-dev libssl-dev zlib1g zlib1g-dev libreadline-dev libffi-dev && \
rm -rf /var/lib/apt/lists/*

FROM base as ld
Expand Down

0 comments on commit ad4e182

Please sign in to comment.