Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 25, 2024
1 parent 0009ac5 commit ec21efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.bindings
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ec21efb

Please sign in to comment.