Skip to content

Commit 8ff64f2

Browse files
Move && to the next line - Apply suggestions from code review
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
1 parent a4317ea commit 8ff64f2

File tree

1 file changed

+2
-2
lines changed
  • tools/docker-images/clp-package-ubuntu-jammy

1 file changed

+2
-2
lines changed

tools/docker-images/clp-package-ubuntu-jammy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ COPY ./build/clp-package /opt/clp
55
WORKDIR /root
66

77
COPY ./tools/docker-images/clp-package-ubuntu-jammy/setup-scripts ./setup-scripts
8-
RUN ./setup-scripts/install-prebuilt-packages.sh && \
9-
rm -rf ./setup-scripts/
8+
RUN ./setup-scripts/install-prebuilt-packages.sh \
9+
&& rm -rf ./setup-scripts/
1010

1111
# Remove cached files
1212
RUN apt-get clean \

0 commit comments

Comments
 (0)