Skip to content

Commit

Permalink
It needs to import function before calling
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-bershel committed Nov 2, 2023
1 parent 32e7416 commit 3826483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/linux/scripts/installers/docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
## Supply chain security: Docker Compose v1 - checksum validation
################################################################################

# Source the helpers for use with the script
source $HELPER_SCRIPTS/install.sh

# Install docker-compose v1 from releases
URL="https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64"
curl -fsSL "${URL}" -o /tmp/docker-compose-v1
Expand Down

0 comments on commit 3826483

Please sign in to comment.