Skip to content

Commit 8d257ab

Browse files
authored
Setup docker on qsfs package directly
1 parent c67943f commit 8d257ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bins/packages/qsfs/qsfs.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
QSFS_VERSION="0.2.0-rc2"
22
QSFS_IMAGE="ghcr.io/threefoldtech/qsfs"
33

4+
ensure_dependencies() {
5+
apt-get update
6+
apt-get install -y docker.io
7+
}
8+
49
download_qsfs() {
510
echo "download qsfs"
611
download_docker_image ${QSFS_IMAGE}:${QSFS_VERSION} qsfs-${QSFS_VERSION}.tar

0 commit comments

Comments
 (0)