File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ rootfs: base.tar
4545
4646base.tar :
4747 @echo -e ' \e[1;31mExporting base.tar using docker...\e[m'
48- docker run --net=host --name mintwsl linuxmintd/mint21.3 -amd64 /bin/bash -c " 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; unminimize; apt-get autoremove -y; apt-get clean;"
48+ docker run --net=host --name mintwsl linuxmintd/mint22 -amd64 /bin/bash -c " 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; unminimize; apt-get autoremove -y; apt-get clean;"
4949 docker export --output=base.tar mintwsl
5050 docker rm -f mintwsl
5151
5858 -rm rootfs.tar.gz
5959 -sudo rm -r rootfs
6060 -rm base.tar
61- -docker rmi -f linuxmintd/mint21.3 -amd64
61+ -docker rmi -f linuxmintd/mint22 -amd64
You can’t perform that action at this time.
0 commit comments