From ec21efb6e94bdd4488a91ff1d4b2c4400042d72f Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Tue, 25 Jun 2024 11:50:26 +0100 Subject: [PATCH] WIP --- Dockerfile.bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.bindings b/Dockerfile.bindings index 9bc92a42..bcbba851 100644 --- a/Dockerfile.bindings +++ b/Dockerfile.bindings @@ -1,6 +1,6 @@ FROM ubuntu:jammy -RUN apt-get update -q && apt-get install -y git curl xz-utils tar gpg +RUN apt-get update -q && apt-get install -y git curl xz-utils tar gpg build-essential RUN adduser --shell /bin/bash --home /asdf --disabled-password asdf ENV PATH="${PATH}:/asdf/.asdf/shims:/asdf/.asdf/bin"