Skip to content

Commit

Permalink
Add a new line to separate comments from another command.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-ntap committed Oct 30, 2023
1 parent d246a7b commit 402cdd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update \
&& gcc -o main main.c \
&& ./main \
&& find /tmp -mindepth 1 -delete

# Copy the build scripts to /usr/local/bin
COPY build_source build_indep build_archdep build /usr/local/bin/

Expand Down

0 comments on commit 402cdd2

Please sign in to comment.