Skip to content

Commit addcc9e

Browse files
committed
Add cmake
1 parent 20b7159 commit addcc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG ARCH='amd64'
22
FROM multiarch/ubuntu-core:${ARCH}-focal
3-
RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install pkg-config
3+
RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install cmake pkg-config
44

55
WORKDIR /nativebinaries
66
COPY . /nativebinaries/

0 commit comments

Comments
 (0)