This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Description
I followed the instructions:
git clone https://github.com/docker-scripts/ds /opt/docker-scripts/ds
cd /opt/docker-scripts/ds/
make install
ds -h
ds pull wsproxy
ds init wsproxy @wsproxy
cd /var/ds/wsproxy/
pwd
vim settings.sh
ds build
but it fails with the following error:
Reading package lists...
Building dependency tree...
Reading state information...
Package systemd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'systemd' has no installation candidate
The command '/bin/sh -c apt update && apt upgrade --yes && apt install --yes systemd && systemctl set-default multi-user.target' returned a non-zero code: 100