Skip to content

Commit cdf211c

Browse files
committed
docker: Installs all the dependencies when building the image already
1 parent 0821f47 commit cdf211c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN install_packages \
1717

1818
COPY res ./res
1919
COPY run ./run
20+
RUN run/install
2021
RUN run/fill-db
2122

2223
# NOTE Labels and annotations are added by CI (outside this Dockerfile);

0 commit comments

Comments
 (0)