We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addcc9e commit ad5bfe8Copy full SHA for ad5bfe8
Dockerfile.linux
@@ -1,6 +1,6 @@
1
ARG ARCH='amd64'
2
FROM multiarch/ubuntu-core:${ARCH}-focal
3
-RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install cmake pkg-config
+RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install build-essential cmake pkg-config
4
5
WORKDIR /nativebinaries
6
COPY . /nativebinaries/
0 commit comments