Skip to content

Commit

Permalink
#356 sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 23, 2024
1 parent e27e33f commit e809669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit 1
sed -i "s/0\.0\.0/${tag}/g" Makefile
curl -s -L "https://download.docker.com/linux/static/stable/x86_64/docker-18.06.3-ce.tgz" | tar -xz -C /tmp
mv /tmp/docker/docker /usr/bin/
sudo mv /tmp/docker/docker /usr/bin/
repo=yegor256/cam
sudo docker build --no-cache --tag "${repo}:${tag}" "$(pwd)"
mkdir /tmp/dataset
Expand Down

0 comments on commit e809669

Please sign in to comment.