removing the untar.

This commit is contained in:
Colin Lyons
2023-01-14 21:04:15 +00:00
parent 2ff5a01e6c
commit 25de46241b

View File

@@ -100,11 +100,11 @@ RUN set -ex && echo "building root-fs tarball" \
&& rm -rf /tmp/root-fs \
&& ls -hal /tmp
RUN set -ex && tar -xzvf /tmp/root-fs.tgz \
&& ls -hal /tmp \
&& ls -hal /tmp/root-fs \
&& ls -hal /tmp/root-fs/etc \
&& ls -hal /tmp/root-fs/etc/btcd \
#RUN set -ex && tar -xzvf /tmp/root-fs.tgz \
# && ls -hal /tmp \
# && ls -hal /tmp/root-fs \
# && ls -hal /tmp/root-fs/etc \
# && ls -hal /tmp/root-fs/etc/btcd \
##
## Base Image