Skip to content

Commit b473de3

Browse files
committed
osvb: style
1 parent 055086c commit b473de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian-buster/osvb.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ RUN apt-get update -qq \
6363
&& apt-get autoclean && apt-get clean && apt-get -y autoremove \
6464
&& rm -rf /var/lib/apt/lists/*
6565

66-
RUN --mount=type=cache,from=pkg-osvb,src=/osvb/,target=/tmp/osvb/ pip3 install -U /tmp/osvb/*.whl pytest --progress-bar off \
66+
RUN --mount=type=cache,from=pkg-osvb,src=/osvb/,target=/tmp/osvb/ \
67+
pip3 install -U /tmp/osvb/*.whl pytest --progress-bar off \
6768
&& rm -rf ~/.cache \
6869
&& mkdir /opt/osvb \
6970
&& cp -vr /tmp/osvb/osvvmlibs/ /opt/osvb/osvvmlibs/

0 commit comments

Comments
 (0)