Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions run-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
# Add the start_tunnel script
COPY bin/start_tunnel.sh /usr/local/bin/start_tunnel

RUN echo "SHELL /bin/bash" >> /etc/login.defs

USER $user_id
WORKDIR /home/renku

Expand Down