Skip to content

Commit

Permalink
build: install python-is-python3
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 17, 2023
1 parent f8b3c9f commit 386f396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/ycsb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:slim
RUN apt update && apt -y install postgresql-client
RUN apt -y install default-jre
RUN apt -y install wget
RUN apt -y install python
RUN apt -y install python-is-python3

COPY --from=build target/pgadapter /

Expand Down

0 comments on commit 386f396

Please sign in to comment.