018fe824 by Adam Heath

Improve indentation of required package installations.

1 parent 9f6e5958
...@@ -51,7 +51,9 @@ ADD https://github.com/containers/skopeo/archive/refs/tags/v${SKOPEO_VERSION}.ta ...@@ -51,7 +51,9 @@ ADD https://github.com/containers/skopeo/archive/refs/tags/v${SKOPEO_VERSION}.ta
51 FROM debian:${HOST_BASE_VERSION} AS host-base-tools 51 FROM debian:${HOST_BASE_VERSION} AS host-base-tools
52 RUN true && \ 52 RUN true && \
53 apt-get update && \ 53 apt-get update && \
54 apt-get install -y bash-completion git libgpgme11 libsubid4 libdevmapper1.02.1 && \ 54 apt-get install -y \
55 bash-completion git \
56 libgpgme11 libsubid4 libdevmapper1.02.1 && \
55 adduser tool && \ 57 adduser tool && \
56 apt-get clean && \ 58 apt-get clean && \
57 true 59 true
......