Skip to content

Commit

Permalink
Add cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 4, 2023
1 parent 20b7159 commit addcc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ARCH='amd64'
FROM multiarch/ubuntu-core:${ARCH}-focal
RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install pkg-config
RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install cmake pkg-config

WORKDIR /nativebinaries
COPY . /nativebinaries/
Expand Down

0 comments on commit addcc9e

Please sign in to comment.