feat: add maintainer label and K packages
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:
Julien CLEMENT 2021-11-06 02:33:53 +01:00
parent d53a4a46f3
commit 5acdf88eab
2 changed files with 5 additions and 0 deletions

View File

@ -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 \

View File

@ -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