We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceac8d8 commit a05dd65Copy full SHA for a05dd65
Makefile
@@ -38,7 +38,7 @@ rootfs: base.tar
38
39
base.tar:
40
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
41
- docker run --name amazonwsl library/amazonlinux:2.0.20210219.0 /bin/bash -c "yum update -y; yum install -y util-linux-ng; amazon-linux-extras install -y kernel-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
+ docker run --name amazonwsl library/amazonlinux:2.0.20210219.0 /bin/bash -c "yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
42
docker export --output=base.tar amazonwsl
43
docker rm -f amazonwsl
44
0 commit comments