We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dba09 commit 5c51cf4Copy full SHA for 5c51cf4
Dockerfile
@@ -1,21 +1,13 @@
1
FROM archlinux/base
2
3
-RUN echo '::group::Building docker image'
4
-
5
-RUN echo '::group::Installing pacman packages'
6
RUN pacman -Sy && \
7
pacman -Sy --noconfirm --needed openssh sudo \
8
git fakeroot binutils gcc awk binutils xz \
9
libarchive bzip2 coreutils file findutils \
10
gettext grep gzip sed ncurses util-linux
11
-RUN echo '::endgroup::'
12
13
-RUN echo '::group::Copying necessary files'
14
COPY entrypoint.sh /entrypoint.sh
15
COPY build.sh /build.sh
16
COPY ssh_config /ssh_config
17
18
19
20
21
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments