Skip to content

Commit

Permalink
minor spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Oct 9, 2024
1 parent c0596c1 commit b497f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN echo '#!/bin/bash' > /usr/bin/ssh-keygen && \
echo 'exec /usr/bin/ssh-keygen.orig "$@"' >> /usr/bin/ssh-keygen && \
chmod +x /usr/bin/ssh-keygen

RUN mv /usr/bin/git /usr/bin/git.org
RUN mv /usr/bin/git /usr/bin/git.orig
RUN echo '#!/bin/bash' > /usr/bin/git && \
echo 'export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu' >> /usr/bin/git && \
echo 'exec /usr/bin/git.orig "$@"' >> /usr/bin/git && \
Expand Down

0 comments on commit b497f8a

Please sign in to comment.