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.
ADD --unpack
1 parent f9d8e9e commit 6b1d3c7Copy full SHA for 6b1d3c7
1 file changed
Dockerfile
@@ -36,5 +36,4 @@ WORKDIR /testbed
36
37
FROM caddy:2-alpine AS testbed-caddy
38
39
-ADD https://nfd-status-page.ndn.today/NDNts-NFD-status-page.txz /srv/n/dist.txz
40
-RUN tar -Jxvf /srv/n/dist.txz -C /srv/n && rm /srv/n/dist.txz
+ADD --unpack https://nfd-status-page.ndn.today/NDNts-NFD-status-page.txz /srv/n
0 commit comments