diff --git a/Dockerfile b/Dockerfile index e2e8e90..79bf6d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,6 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ cmake \ curl \ git \ - just \ - tmux \ tree-sitter-cli \ wget \ && rm -rf /var/lib/apt/lists/* diff --git a/README.md b/README.md index 22605ec..3ead16f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ is used to develop inside a docker container. - cmake - curl - git -- just - neovim (nightly) -- tmux - tree-sitter-cli - wget