Skip to content

Commit 60fe30c

Browse files
JamesWTruherTravisEz13
authored andcommitted
Add ncurses to the image so clear works (PowerShell#367)
1 parent 1b86687 commit 60fe30c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release/preview/centos8/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ RUN curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell.rpm \
3232
gssntlmssp \
3333
# less is required for help in powershell
3434
less \
35+
# clear is part of ncurses which is used by clear
36+
ncurses \
3537
&& yum upgrade-minimal -y --security \
3638
&& yum clean all \
3739
# remove powershell package

0 commit comments

Comments
 (0)