mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 16:11:00 +00:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
FROM %%%ARCH_PREFIX%%%debian:testing
|
|
RUN echo fubar > /etc/machine-id
|
|
%%%ARCH_SPECIFIC_COMMAND%%%
|
|
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
|
RUN mkdir /build
|
|
WORKDIR /build
|