diff --git a/rust.dockerfile b/rust.dockerfile index 0c2445a..b31b093 100644 --- a/rust.dockerfile +++ b/rust.dockerfile @@ -6,7 +6,9 @@ RUN apt-get update && apt-get install -y \ make \ sudo \ git \ - curl + curl \ + jq \ + unzip # Create `coder` user RUN useradd coder \