File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ rootfs: base.tar
5050
5151base.tar :
5252 @echo -e ' \e[1;31mExporting base.tar using docker...\e[m'
53- docker run --net=host --name mintwsl linuxmintd/mint22.2 -amd64 /bin/bash -c " mkdir -p /etc/linuxmint; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; apt-get autoremove -y; apt-get clean; mkdir -p /usr/lib/wsl"
53+ docker run --net=host --name mintwsl linuxmintd/mint22.3 -amd64 /bin/bash -c " mkdir -p /etc/linuxmint; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; apt-get autoremove -y; apt-get clean; mkdir -p /usr/lib/wsl"
5454 docker export --output=base.tar mintwsl
5555 docker rm -f mintwsl
5656
6363 -rm rootfs.tar.gz
6464 -sudo rm -r rootfs
6565 -rm base.tar
66- -docker rmi -f linuxmintd/mint22.2 -amd64
66+ -docker rmi -f linuxmintd/mint22.3 -amd64
You can’t perform that action at this time.
0 commit comments