Skip to content
Snippets Groups Projects
Commit 7b43d946 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

feat: add sshfs to base images

Change-Id: Icd2a471889533f8d8fc75a7ad2e2b16c525fd7b4
parent 0207929f
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,7 @@ From: ${DOCKER_BASE_IMAGE} ...@@ -161,6 +161,7 @@ From: ${DOCKER_BASE_IMAGE}
SDL-devel \ SDL-devel \
socat \ socat \
spax \ spax \
sshfs \
strace \ strace \
sysvinit-tools \ sysvinit-tools \
tar \ tar \
......
...@@ -48,6 +48,7 @@ system_dependencies=( ...@@ -48,6 +48,7 @@ system_dependencies=(
"psmisc" "psmisc"
"qemu" "qemu"
"qemu-user-static" "qemu-user-static"
"sshfs"
"strace" "strace"
"time" "time"
"tshark" "tshark"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment