mirror of
https://github.com/triqs/dft_tools
synced 2025-05-01 12:44:59 +02:00
[jenkins] Run apt-get update before apt-get install
This commit is contained in:
parent
d61b2c6697
commit
4eab58f3ee
@ -3,7 +3,7 @@ FROM flatironinstitute/triqs:unstable-ubuntu-clang
|
|||||||
ARG APPNAME=app4triqs
|
ARG APPNAME=app4triqs
|
||||||
|
|
||||||
# Install here missing dependencies, e.g.
|
# 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
|
COPY --chown=build . $SRC/$APPNAME
|
||||||
WORKDIR $BUILD/$APPNAME
|
WORKDIR $BUILD/$APPNAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user