Skip to content

Commit

Permalink
fix: pick up new version of flat-manager-client
Browse files Browse the repository at this point in the history
This is to grab flatpak/flat-manager#139, which ought to fix the bustage we saw in https://bugzilla.mozilla.org/show_bug.cgi?id=1932766 caused by an upgrade to aiohttp.
  • Loading branch information
bhearsum committed Nov 22, 2024
1 parent 839b0cc commit 8983b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushflatpakscript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN python -m venv /app \
&& python -m venv /app/flat_manager_venv \
&& /app/flat_manager_venv/bin/pip install --no-deps -r /app/pushflatpakscript/requirements/flat-manager.txt \
&& curl -Ls \
https://github.com/flatpak/flat-manager/raw/13841c5a6667d6ab9d0849523c9e49ad5f34dda8/flat-manager-client | \
https://github.com/flatpak/flat-manager/raw/100d44f761ba765552d2a799b5b7254b6a8b1e38/flat-manager-client | \
sed -e '1i#!/app/flat_manager_venv/bin/python' -e '1d' > /app/flat_manager_venv/bin/flat-manager-client \
&& chmod 755 /app/flat_manager_venv/bin/flat-manager-client \
&& echo "e246baafc6311b2c867af6838b1eaf0869643032143caab1ec4bf59ed7e9c79a /app/flat_manager_venv/bin/flat-manager-client" | sha256sum -c \
Expand Down

0 comments on commit 8983b2b

Please sign in to comment.