Skip to content

Commit

Permalink
In ReBenchDB benchmark setup, do apt-get update before trying to inst…
Browse files Browse the repository at this point in the history
…all python3-pip

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jul 4, 2024
1 parent d51a4a0 commit 27c1536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rebench
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used for benchmarking
FROM rebenchdb-app:latest

RUN apt-get install -y git python3-pip
RUN apt-get update && apt-get install -y git python3-pip
RUN pip install --break-system-packages git+https://github.com/smarr/ReBench.git

RUN npm run pretest
Expand Down

0 comments on commit 27c1536

Please sign in to comment.