feat: add readme and python packages in arch image
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:01:41 +01:00
parent 58691bf35a
commit d53a4a46f3
2 changed files with 20 additions and 1 deletions

13
README.md Normal file
View 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.

View File

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