aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/docker/docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/docker/docker.sh b/automated/linux/docker/docker.sh
index e656bb0d..5a758810 100755
--- a/automated/linux/docker/docker.sh
+++ b/automated/linux/docker/docker.sh
@@ -25,7 +25,7 @@ create_out_dir "${OUTPUT}"
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- debian|ubuntu) pkgs="docker-engine" ;;
+ debian|ubuntu) pkgs="docker.io" ;;
fedora|centos) pkgs="docker" ;;
*) error_msg "Unsupported distribution" ;;
esac