diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 464937c..3ba5373 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,8 +6,7 @@ RUN deno --version # Install some dev and QoL tooling RUN apk --no-cache add \ - libgcc \ - libc6-compat \ + gcompat \ bash \ ca-certificates \ git \