Skip to content

Commit

Permalink
fix(deployment): Update packages before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 6, 2024
1 parent 08eeb98 commit 183741b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CODE_PATH="/root/libertai-agent"
DOCKERFILE_PATH="/tmp/libertai-agent.Dockerfile"

# Setup
apt update
apt install docker.io unzip -y

# Cleaning previous agent
Expand Down

0 comments on commit 183741b

Please sign in to comment.