Skip to content

Commit d1aaf88

Browse files
unbreak formating
1 parent d2a9b28 commit d1aaf88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source_assets.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Remote assets that will be downloaded before the build can be added via the
5454
comment `#!RemoteAssetUrl: https://my.url/asset.tar`. `pbuild` will fetch the
5555
asset before the build and will make it available in the buildroot so that the
5656
asset can copied into the container as follows:
57-
[source,Dockerfile]
58-
----
59-
#!RemoteAssetUrl: https://my.url/asset.tar
60-
COPY asset.tar .
61-
RUN tar -xvzf asset.tar
62-
----
57+
58+
----
59+
#!RemoteAssetUrl: https://my.url/asset.tar
60+
COPY asset.tar .
61+
RUN tar -xvzf asset.tar
62+
----
6363

6464
==== Arch Linux PKGBUILD
6565

0 commit comments

Comments
 (0)