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
RUN sed -i -e's/ main/ main contrib non-free non-free-firmware/g' /etc/apt/sources.list.d/debian.sources
RUN apt update -y && apt upgrade -y
RUN apt install -y dkms debhelper curl python3 python3-yaml apt-transport-https
RUN curl https://raw.githubusercontent.com/lernstick/lernstickAdvanced/debian12/config/archives/lernstick-12.list -o /etc/apt/sources.list.d/lernstick-12.list
RUN curl https://raw.githubusercontent.com/lernstick/lernstickAdvanced/debian12/config/archives/lernstick-12.key -o /etc/apt/trusted.gpg.d/lernstick-12.asc
RUN apt update -y && apt upgrade -y
# Uninstall linux headers beacuse otherwise dkms will always also build for this version.