Skip to content

Commit

Permalink
fixed missing apt-get update in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhiendl committed Sep 23, 2022
1 parent 8e406e4 commit 2d72383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gitlab-runner-hetzner-autoscale/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: gitlab-runner-hetzner-autoscale
name: gitlab-runner-hetzner-autoscale
version: 0.0.5
version: 0.0.6
appVersion: v0.1
keywords:
- gitlab-runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null

apt-get update

apt-get install -y \
docker-ce \
docker-ce-cli \
Expand Down

0 comments on commit 2d72383

Please sign in to comment.