Skip to content

Commit fe34066

Browse files
committed
Update Dockerfile to add screen
1 parent 1669569 commit fe34066

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ RUN curl -o- -L https://yarnpkg.com/install.sh | bash
66
# install python tooling
77
RUN apt-get update -y && apt-get install -y python-dev python-pip && pip install --upgrade pip
88

9+
# install other utils
10+
RUN apt-get update -y && apt-get install -y screen
11+
912
# install aws-cli
1013
RUN pip install awscli

0 commit comments

Comments
 (0)