Skip to content

Commit 1487893

Browse files
authored
Update Dockerfile
1 parent 5c6b557 commit 1487893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN echo "source /usr/share/bash-completion/completions/git" >> ~/.bashrc
3434

3535
# Install fzf
3636
RUN git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && \
37-
~/.fzf/install --all --no-update-rc
37+
~/.fzf/install --all
3838

3939
#get Nsys
4040
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)