mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 14:32:56 +00:00
12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
FROM fedora:32
|
|
%%%OS%%%
|
|
ENV LANG en_US.UTF-8
|
|
ENV LANGUAGE en_US:en
|
|
ENV LC_ALL en_US.UTF-8
|
|
RUN echo fubar > /etc/machine-id
|
|
RUN dnf -y update
|
|
RUN echo fubar > /etc/machine-id
|
|
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
|
WORKDIR /github/workspace
|
|
CMD ["./contrib/ci/fedora.sh"]
|