You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `debian:stable` container image, combined with
the packages we install for building the kernel,
doesn't include `Make` anymore, so we explicitly add it.
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
# crossbuild-essentials are pretty heavy; here we install for both architecures to maximize Docker layer hit cache rate during development, but only one will be used
5
5
RUN set -x && apt -o "Dpkg::Use-Pty=0" -y update && \
0 commit comments