Skip to content

Commit

Permalink
add build-essential to Dockerfile (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: dj8yf0μl <[email protected]>
  • Loading branch information
dj8yfo and dj8yf0μl authored Jan 28, 2025
1 parent 367a9a9 commit 4050b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN set -eux; \
libc6-dev \
gcc \
pkg-config \
build-essential \
libssl-dev \
ca-certificates \
wget \
Expand Down

0 comments on commit 4050b04

Please sign in to comment.