Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Go back to LTS kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Apr 24, 2019
1 parent 90847a4 commit ac8b386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH

# https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/disco
ARG KERNEL_SOURCE_URL=http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-source-5.0.0_5.0.0-13.14_all.deb
ARG KERNEL_SOURCE_URL=http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-source-4.15.0_4.15.0-47.50_all.deb

# https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-firmware
ARG FIRMWARE_URL=http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.178_all.deb
ARG FIRMWARE_URL=http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.173.3_all.deb

ENV KERNEL_SOURCE_URL=${KERNEL_SOURCE_URL} \
FIRMWARE_URL=${FIRMWARE_URL} \
Expand Down

0 comments on commit ac8b386

Please sign in to comment.