3
0
mirror of https://github.com/triqs/dft_tools synced 2025-05-01 04:34:57 +02:00

[jenkins] Run apt-get update before apt-get install

This commit is contained in:
Nils Wentzell 2025-03-26 12:53:41 -04:00
parent d61b2c6697
commit 4eab58f3ee

View File

@ -3,7 +3,7 @@ FROM flatironinstitute/triqs:unstable-ubuntu-clang
ARG APPNAME=app4triqs
# Install here missing dependencies, e.g.
# RUN apt-get install -y python3-skimage
# RUN apt-get update && apt-get install -y python3-skimage
COPY --chown=build . $SRC/$APPNAME
WORKDIR $BUILD/$APPNAME