feat: add atuin to handle shell history
This commit is contained in:
@@ -97,6 +97,7 @@ ENV DO_URL https://download.docker.com/linux/static/stable/x86_64/docker-${DO_VE
|
||||
ENV DC_VERSION v2.23.3
|
||||
ENV DC_URL https://github.com/docker/compose/releases/download/${DC_VERSION}/docker-compose-linux-x86_64
|
||||
RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \
|
||||
&& curl -sS https://setup.atuin.sh | bash \
|
||||
&& mkdir /tmp/download \
|
||||
&& curl -L ${DO_URL} | tar -zx -C /tmp/download \
|
||||
&& chgrp --recursive docker /tmp/download \
|
||||
|
Reference in New Issue
Block a user