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 eb4f0a0 commit 1963d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak/sa.sy.qocker.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"buildsystem": "simple",
"build-commands": [
"mkdir -p docker",
"tar xzvf docker-20.10.9.tgz --strip-components=1 -C docker docker/docker",
"tar xzvf docker-20.10.9.tgz --strip-components=1 -C docker docker/docker --no-same-owner",
"install -D docker/docker /app/bin/docker"
],
"sources": [
Expand Down

0 comments on commit 1963d02

Please sign in to comment.