Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Install lsblk.
Browse files Browse the repository at this point in the history
It is required by Theia. (eclipse-che/che#17845).

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
  • Loading branch information
monaka committed Sep 13, 2020
1 parent 468b008 commit d9b1c79
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
# Install ssh for cloning ssh-repositories
# Install less for handling git diff properly
# Install sshpass for handling passwords for SSH keys
RUN apk add --update --no-cache sudo git bzip2 which bash curl openssh openssh-keygen less sshpass
# Install lsblk as Theia requires it
RUN apk add --update --no-cache sudo git bzip2 which bash curl openssh openssh-keygen less sshpass lsblk

0 comments on commit d9b1c79

Please sign in to comment.