diff --git a/README.md b/README.md new file mode 100644 index 0000000..5cd51a7 --- /dev/null +++ b/README.md @@ -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. diff --git a/arch/Dockerfile b/arch/Dockerfile index bea939a..809fd40 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -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