Skip to content
Snippets Groups Projects
Commit c78978af authored by Schrödter, Tobias's avatar Schrödter, Tobias
Browse files

Update dockerfile

parent f421f1f9
No related branches found
No related tags found
No related merge requests found
FROM archlinux FROM archlinux:20200705
# Update the repositories # Update the repositories
RUN pacman -Syy RUN pacman -Syy
RUN pacman -S --needed --noconfirm \ RUN pacman -Syu --needed --noconfirm \
git \ git \
gcc \ gcc \
cmake \ cmake \
...@@ -11,13 +11,13 @@ RUN pacman -S --needed --noconfirm \ ...@@ -11,13 +11,13 @@ RUN pacman -S --needed --noconfirm \
base-devel \ base-devel \
glew glew
RUN pacman -S --needed --noconfirm \ RUN pacman -Syu --needed --noconfirm \
qt5-base \ qt5-base \
opencv hdf5 vtk\ opencv hdf5 vtk\
qwt \ qwt \
catch2 catch2
RUN pacman -S --needed --noconfirm \ RUN pacman -Syu --needed --noconfirm \
python \ python \
python-pip python-pip
RUN pip install pytest RUN pip install pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment