Skip to content

Commit 5c51cf4

Browse files
committed
Grouping is useless inside Dockerfile
1 parent 90dba09 commit 5c51cf4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
FROM archlinux/base
22

3-
RUN echo '::group::Building docker image'
4-
5-
RUN echo '::group::Installing pacman packages'
63
RUN pacman -Sy && \
74
pacman -Sy --noconfirm --needed openssh sudo \
85
git fakeroot binutils gcc awk binutils xz \
96
libarchive bzip2 coreutils file findutils \
107
gettext grep gzip sed ncurses util-linux
11-
RUN echo '::endgroup::'
128

13-
RUN echo '::group::Copying necessary files'
149
COPY entrypoint.sh /entrypoint.sh
1510
COPY build.sh /build.sh
1611
COPY ssh_config /ssh_config
17-
RUN echo '::endgroup::'
18-
19-
RUN echo '::endgroup::'
2012

2113
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)