feat: add maintainer label and K packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
d53a4a46f3
commit
5acdf88eab
@ -1,5 +1,7 @@
|
|||||||
FROM alpine:3.14.2
|
FROM alpine:3.14.2
|
||||||
|
|
||||||
|
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
|
||||||
|
|
||||||
RUN apk update && apk upgrade
|
RUN apk update && apk upgrade
|
||||||
|
|
||||||
RUN apk add gcc clang \
|
RUN apk add gcc clang \
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
FROM archlinux:base-devel
|
FROM archlinux:base-devel
|
||||||
|
|
||||||
|
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
|
||||||
|
|
||||||
RUN pacman -Syy
|
RUN pacman -Syy
|
||||||
|
|
||||||
RUN pacman -Sy --noconfirm gcc clang \
|
RUN pacman -Sy --noconfirm gcc clang \
|
||||||
@ -11,4 +13,5 @@ RUN pacman -Sy --noconfirm gcc clang \
|
|||||||
boost \
|
boost \
|
||||||
openssl \
|
openssl \
|
||||||
llvm \
|
llvm \
|
||||||
|
grub libisoburn arch-install-scripts mtools \
|
||||||
&& pacman -Scc --noconfirm
|
&& pacman -Scc --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user