Skip to content

Commit

Permalink
fix docker-cli permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
xlmnxp committed Sep 28, 2024
1 parent 813652e commit eb4f0a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flatpak/sa.sy.qocker.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"name": "docker-cli",
"buildsystem": "simple",
"build-commands": [
"tar xzvf docker-20.10.9.tgz docker/docker",
"mkdir -p docker",
"tar xzvf docker-20.10.9.tgz --strip-components=1 -C docker docker/docker",
"install -D docker/docker /app/bin/docker"
],
"sources": [
Expand Down

0 comments on commit eb4f0a0

Please sign in to comment.