Skip to content

Commit c0cea64

Browse files
committed
Add make to dev container
1 parent ef896ed commit c0cea64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
&& apt-get -y install --no-install-recommends apt-utils dialog nano sudo bsdmainutils \
1414
#
1515
# Verify git, process tools, lsb-release (common in install instructions for CLIs) installed
16-
&& apt-get -y install git iproute2 procps lsb-release \
16+
&& apt-get -y install git iproute2 procps lsb-release build-essential \
1717
# Install Release Tools
1818
#
1919
# --> RPM used by goreleaser

0 commit comments

Comments
 (0)