feat: add readme and python packages in arch image
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
58691bf35a
commit
d53a4a46f3
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Turbo-CI
|
||||
|
||||
Generic Docker images for various continuous integration and deployments
|
||||
pipelines.
|
||||
|
||||
|
||||
## Alpine
|
||||
|
||||
Lightweight generic image.
|
||||
|
||||
## Arch
|
||||
|
||||
Heavy archlinux image, contains all legacy requirements for EPITA projects.
|
@ -5,4 +5,10 @@ RUN pacman -Syy
|
||||
RUN pacman -Sy --noconfirm gcc clang \
|
||||
base-devel meson cmake autoconf autoconf-archive \
|
||||
musl \
|
||||
llvm
|
||||
python3 python-pip \
|
||||
gtest \
|
||||
libev \
|
||||
boost \
|
||||
openssl \
|
||||
llvm \
|
||||
&& pacman -Scc --noconfirm
|
||||
|
Loading…
Reference in New Issue
Block a user