We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5879f59 commit 7ded7daCopy full SHA for 7ded7da
1 file changed
.devcontainer/Dockerfile.AZL-3.0
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azurelinux/base/core:3.0
2
3
# Install required packages
4
RUN tdnf -y update && \
5
- tdnf -y install ca-certificates dnf dnf-utils which gh git golang gawk tar shadow-utils sudo tree bash-completion moby-engine moby-cli && \
+ tdnf -y install ca-certificates dnf dnf-utils which gh git golang gawk tar shadow-utils sudo tree bash-completion moby-engine moby-cli build-essential && \
6
tdnf clean all
7
8
# Define the 'll' alias for all users
@@ -27,6 +27,7 @@ USER azldev
27
28
# Set the Go environment
29
ENV PATH="/home/azldev/go/bin:${PATH}"
30
+ENV CGO_ENABLED=1
31
32
# Install "mage"
33
RUN go install github.com/magefile/mage@latest
0 commit comments