Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Oct 13, 2024
1 parent 1b2cba9 commit eae2073
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 @@ -55,7 +55,7 @@ RUN echo '#!/bin/bash' > /usr/bin/git && \
RUN mv /usr/bin/ssh /usr/bin/ssh.orig
RUN echo '#!/bin/bash' > /usr/bin/ssh && \
echo 'export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu' >> /usr/bin/ssh && \
echo 'exec /usr/bin/git.orig "$@"' >> /usr/bin/ssh && \
echo 'exec /usr/bin/ssh.orig "$@"' >> /usr/bin/ssh && \
chmod +x /usr/bin/ssh

COPY ./lib /opt/k8s-support/lib
Expand Down

0 comments on commit eae2073

Please sign in to comment.