forked from FascodeNet/alterlinux
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDockerfile
More file actions
19 lines (15 loc) · 723 Bytes
/
Dockerfile
File metadata and controls
19 lines (15 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM manjarolinux/base:latest AS build-stage
RUN pacman -Syyu --noconfirm \
zsh wget git make sudo python3 \
base-devel cmake ninja qt5-base \
arch-install-scripts pyalpm squashfs-tools libisoburn dosfstools
RUN wget https://www.ftp.ne.jp/Linux/packages/blackarch/blackarch/os/x86_64/blackarch-keyring-20180925-5-any.pkg.tar.zst && \
pacman --noconfirm -U blackarch-keyring-20180925-5-any.pkg.tar.zst
COPY . /uhuruos
WORKDIR /uhuruos
RUN pacman-key --init
RUN pacman-key --populate manjaro blackarch
ENTRYPOINT ["./build.sh","-c","zstd","--noloopmod","--noconfirm","xfce"]
#RUN /bin/bash /uhuruos/build.sh -c lz4 xfce
#FROM scratch AS export-stage
#COPY --from=build-stage /uhuruos/out /