remove-tmuxinator

This commit is contained in:
Jackson Delahunt 2022-12-04 00:10:53 +11:00
parent 57cbbccdc0
commit e56963f62c

View file

@ -383,9 +383,6 @@ RUN apt-get update -qq && \
# Install tldr
RUN pip3 install --user tldr
# Install tmuxinator
RUN gem install tmuxinator -v 1.1.5
# Install vs code, vs live share dependencies, shfmt extension dependency, and vs-wal
RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \
apt-get install -qq ./code.deb && \