fix: include libcap-dev dependency when creating a devcontainer for building Codex

This commit is contained in:
Michael Bolin
2026-03-06 16:15:23 -08:00
parent f82678b2a4
commit 5c76a8d672

View File

@@ -11,7 +11,7 @@ RUN apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential curl git ca-certificates \
pkg-config clang musl-tools libssl-dev just && \
pkg-config libcap-dev clang musl-tools libssl-dev just && \
rm -rf /var/lib/apt/lists/*
# Ubuntu 24.04 ships with user 'ubuntu' already created with UID 1000.