Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Add ssh utility as before to allow ssh usage of git
Browse files Browse the repository at this point in the history
Also as before, add less utility to better git diff output
related to eclipse-che/che#12850

Change-Id: I1d1b7b83f02f5ebfc9957f3d5106c1ce13a080a6
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf authored and monaka committed Jun 14, 2019
1 parent c31a5b3 commit e9ecc0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dockerfiles/theia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ COPY --from=builder /home/theia-dev/theia-source-code/production/plugins /defaul
# Install bzip2 to unpack files
# Install which tool in order to search git
# Install curl and bash
RUN apk add --update --no-cache sudo git bzip2 which bash curl
# Install ssh for cloning ssh-repositories
# Install less for handling git diff properly
RUN apk add --update --no-cache sudo git bzip2 which bash curl openssh openssh-keygen less
RUN adduser -D -S -u 1001 -G root -h ${HOME} -s /bin/sh theia \
&& echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \
# Create /projects for Che
Expand Down

0 comments on commit e9ecc0a

Please sign in to comment.