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 20b7159 commit addcc9eCopy full SHA for addcc9e
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 pkg-config
+RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install cmake pkg-config
4
5
WORKDIR /nativebinaries
6
COPY . /nativebinaries/
0 commit comments