We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6b557 commit 1487893Copy full SHA for 1487893
Dockerfile
@@ -34,7 +34,7 @@ RUN echo "source /usr/share/bash-completion/completions/git" >> ~/.bashrc
34
35
# Install fzf
36
RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \
37
- ~/.fzf/install --all --no-update-rc
+ ~/.fzf/install --all
38
39
#get Nsys
40
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments