Skip to content

Commit

Permalink
Include a few more packages to enable adding deb repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
sileshn authored Feb 20, 2021
1 parent 0ad5a5a commit 834e491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rootfs: base.tar

base.tar:
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
docker run --name mintwsl linuxmintd/mint20.1-amd64 /bin/bash -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-utils aria2 bash-completion dialog htop thefuck tree; unminimize; apt-get autoremove -y; apt-get clean;"
docker run --name mintwsl linuxmintd/mint20.1-amd64 /bin/bash -c "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion ca-certificates curl dialog htop thefuck software-properties-common tree; unminimize; apt-get autoremove -y; apt-get clean;"
docker export --output=base.tar mintwsl
docker rm -f mintwsl

Expand Down

0 comments on commit 834e491

Please sign in to comment.