Skip to content

Commit

Permalink
Merge pull request #21 from mikkelhegn/main
Browse files Browse the repository at this point in the history
include tree in container image
  • Loading branch information
mikkelhegn authored Aug 30, 2023
2 parents da02c66 + d3f0e36 commit 4bf8a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN apt-get update && apt-get install -y \
golang-go \
build-essential libssl-dev pkg-config\
glibc-source \
ca-certificates
ca-certificates \
tree

# Install Rust
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down

0 comments on commit 4bf8a8c

Please sign in to comment.