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
|
||||
|
||||
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
RUN apk add gcc clang \
|
||||
|
@ -1,5 +1,7 @@
|
||||
FROM archlinux:base-devel
|
||||
|
||||
LABEL maintainer="Julien CLEMENT <julien.clement@epita.fr> [https://juju.re]"
|
||||
|
||||
RUN pacman -Syy
|
||||
|
||||
RUN pacman -Sy --noconfirm gcc clang \
|
||||
@ -11,4 +13,5 @@ RUN pacman -Sy --noconfirm gcc clang \
|
||||
boost \
|
||||
openssl \
|
||||
llvm \
|
||||
grub libisoburn arch-install-scripts mtools \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
Loading…
Reference in New Issue
Block a user