Skip to content
Snippets Groups Projects
Commit df9b8f49 authored by calrama's avatar calrama
Browse files

[tensorflow] Fix missing apt-get update

parent e220aa9d
No related branches found
No related tags found
No related merge requests found
Pipeline #32331 passed
......@@ -6,7 +6,8 @@ LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get install -y \
RUN apt-get update && \
apt-get install -y \
openjdk-11-jdk \
swig \
libcurl3-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment