We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dabfb commit e2a1099Copy full SHA for e2a1099
1 file changed
docker/archlinux/Dockerfile
@@ -1,7 +1,7 @@
1
FROM archlinux:latest
2
3
RUN pacman -Syu --noconfirm && \
4
- pacman -S --noconfirm base-devel clang libc++ cmake ninja git vim
+ pacman -S --noconfirm base-devel clang libc++ cmake ninja git vim python3
5
6
ENV CXX=clang++
7
ENV CC=clang
0 commit comments