Skip to content

Commit

Permalink
chore: cleanup base containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Sep 15, 2024
1 parent 94a3a3d commit 7c8dffc
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,14 @@ FROM registry.fedoraproject.org/fedora:latest

# Notes:
# - docker: docker/setup-qemu-action
# - flatpak-builder: Backport fix for flatpak/flatpak-builder#495
# - python3-*: flatpak/flatpak-external-data-checker
# - rsync: JamesIves/github-pages-deploy-action
# - zstd: actions/cache
RUN dnf install -y 'dnf-command(copr)' && \
dnf copr -y enable andyholmes/main && \
dnf install -y ccache \
dbus-daemon \
RUN dnf install -y ccache flatpak flatpak-builder git git-lfs \
dbus-daemon xorg-x11-server-Xvfb \
docker \
flatpak \
flatpak-builder \
git \
git-lfs \
python3-{aiohttp,apt,editorconfig,github,gobject,jsonschema,lxml,magic,packaging,pyelftools,ruamel-yaml,semver,toml} \
rsync \
xorg-x11-server-Xvfb \
zstd && \
dnf clean all && rm -rf /var/cache/dnf

Expand Down

0 comments on commit 7c8dffc

Please sign in to comment.