mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 19:20:31 +00:00
11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
FROM ubuntu:devel
|
|
%%%OS%%%
|
|
ENV CC clang
|
|
RUN echo fubar > /etc/machine-id
|
|
%%%ARCH_SPECIFIC_COMMAND%%%
|
|
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
|
RUN mkdir /build
|
|
WORKDIR /build
|
|
COPY . .
|
|
CMD ["./contrib/ci/ubuntu.sh"]
|