Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[base-image] Add xz-utils package to support unix packaging #76

Merged
merged 1 commit into from
Oct 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ above.

Example: `fyneio/fyne-cross:1.1-base-21.03.17`

## Unreleased
- Add xz-utils package to support unix packaging fyne-io/fyne#1919

## Release 21.09.29
- Update Go to v1.16.8
- Update fyne CLI to v2.1.0
Expand Down
2 changes: 2 additions & 0 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN apt-get update -qq \
gosu \
zip \
unzip \
# Switch from gz to xz compression for unix packages fyne-io/fyne#1919
xz-utils \
# fyne deps
libgl1-mesa-dev \
libegl1-mesa-dev \
Expand Down