Skip to content

Commit

Permalink
Add openssh to Ubuntu 22.04 automatus docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jul 2, 2024
1 parent f8e0bd7 commit f2f93ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfiles/test_suite-ubt22
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ ENV BUILD_JOBS 4

RUN true \
&& apt-get -qq update \
&& apt-get -qq install cmake ninja-build libopenscap8 libxml2-utils xsltproc python3-jinja2 python3-yaml \
&& apt-get -qq install cmake ninja-build libopenscap8 libxml2-utils xsltproc python3-jinja2 python3-yaml openssh-server \
&& mkdir -p /home/$OSCAP_USERNAME \
&& rm -rf /usr/share/doc /usr/share/doc-base \
/usr/share/man /usr/share/locale /usr/share/zoneinfo \
&& service ssh start \
&& true

WORKDIR /home/$OSCAP_USERNAME
Expand Down

0 comments on commit f2f93ba

Please sign in to comment.