Skip to content

Commit bf38691

Browse files
sandreimacatangiu
authored andcommitted
Add screen to dev container.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent 179a025 commit bf38691

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/devctr/Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN apt-get update \
4646
python3-pip \
4747
python3-venv \
4848
zlib1g-dev \
49+
screen \
4950
&& python3 -m pip install \
5051
setuptools \
5152
wheel \

tools/devctr/Dockerfile.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN apt-get update \
4646
python3-pip \
4747
python3-venv \
4848
zlib1g-dev \
49+
screen \
4950
&& python3 -m pip install \
5051
setuptools \
5152
wheel \

0 commit comments

Comments
 (0)