chore: Update Dockerfile to fix Teleport installation command
Build and Push Docker Images / build-and-push (push) Successful in 18s
Build and Push Docker Images / build-and-push (push) Successful in 18s
This commit is contained in:
@@ -54,6 +54,7 @@ fi
|
||||
# Install Teleport if the environment variables are set
|
||||
if [ -n "$TELEPORT_VERSION" ] && [ -n "$TELEPORT_URL" ]; then
|
||||
echo "Installing Teleport version $TELEPORT_VERSION, edition $TELEPORT_EDITION..."
|
||||
echo "Executing: curl ${TELEPORT_URL}/install-v${TELEPORT_VERSION}.sh | bash -s ${TELEPORT_VERSION} ${TELEPORT_EDITION}"
|
||||
curl ${TELEPORT_URL}/install-v${TELEPORT_VERSION}.sh | bash -s ${TELEPORT_VERSION} ${TELEPORT_EDITION}
|
||||
else
|
||||
echo "Error: TELEPORT_VERSION and TELEPORT_EDITION environment variables must be set."
|
||||
|
||||
Reference in New Issue
Block a user