Skip to content

Commit

Permalink
include openssh-server in docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Jul 11, 2023
1 parent 878af55 commit 407386a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
lscpu
apt-get update -q -y
apt-get install -q -y --no-install-recommends build-essential libncurses-dev libsodium-dev
# install openssh-server
apt install --no-instal-recommends sudo openssh-server -y
useradd -rm -d /home/ubuntu -s /usr/bin/bash -g root -G sudo -u 1000 ubuntu
echo 'ubuntu:vim' | chpasswd
pushd src
./configure --with-features=huge --enable-gui=no
make -j$(getconf _NPROCESSORS_ONLN)
./vim --version
cd testdir
make
# make
popd

0 comments on commit 407386a

Please sign in to comment.