Skip to content

Commit

Permalink
builder/windows: explicitly install tomli
Browse files Browse the repository at this point in the history
It's no longer being pulled in as a dependency.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed May 21, 2024
1 parent 86b8973 commit ba050bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY package.use /etc/portage/package.use/cross
RUN mkdir -p /var/db/repos/crossdev/{profiles,metadata} && echo crossdev > /var/db/repos/crossdev/profiles/repo_name && echo 'masters = gentoo' > /var/db/repos/crossdev/metadata/layout.conf && chown -R portage:portage /var/db/repos/crossdev
COPY repos.conf /etc/portage/repos.conf/crossdev.conf
COPY --from=docker.io/gentoo/portage:latest /var/db/repos/gentoo /var/db/repos/gentoo
RUN emerge app-arch/zip app-portage/gentoolkit dev-lang/nasm \
dev-libs/glib dev-util/glib-utils dev-vcs/git sys-devel/crossdev && \
RUN emerge app-arch/zip app-portage/gentoolkit dev-lang/nasm dev-libs/glib \
dev-python/tomli dev-util/glib-utils dev-vcs/git sys-devel/crossdev && \
rm /var/cache/distfiles/*
RUN crossdev -t x86_64-w64-mingw32 && \
rm /var/cache/distfiles/*

0 comments on commit ba050bf

Please sign in to comment.