mirror of
https://github.com/AllStarLink/ASL3-Docker.git
synced 2026-08-26 14:27:28 -04:00
Update to Debian 13 Trixie (#2)
This commit is contained in:
parent
1804175113
commit
ed558e4280
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ ARG ARCH="amd64"
|
||||||
|
|
||||||
##
|
##
|
||||||
## Debian version to compose - Supported options are '12-slim' and '12'
|
## Debian version to compose - Supported options are '12-slim' and '12'
|
||||||
ARG DEB_VER="12-slim"
|
ARG DEB_VER="13-slim"
|
||||||
|
|
||||||
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
## Without experience, do not change past this line
|
## Without experience, do not change past this line
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ export DEBIAN_FRONTEND=noninteractive
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y wget
|
apt install -y wget
|
||||||
wget https://repo.allstarlink.org/public/asl-apt-repos.deb12_all.deb
|
wget https://repo.allstarlink.org/public/asl-apt-repos.deb13_all.deb
|
||||||
dpkg -i asl-apt-repos.deb12_all.deb
|
dpkg -i asl-apt-repos.deb13_all.deb
|
||||||
apt update
|
apt update
|
||||||
|
|
||||||
# install kernel headers in preparation
|
# install kernel headers in preparation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue