Skip to content

Commit ad5bfe8

Browse files
committed
build-essential
1 parent addcc9e commit ad5bfe8

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 cmake pkg-config
3+
RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y install build-essential cmake pkg-config
44

55
WORKDIR /nativebinaries
66
COPY . /nativebinaries/

0 commit comments

Comments
 (0)