Skip to content

Commit

Permalink
app: add docker dependency to custom-tool-docker-builder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Sep 23, 2024
1 parent 1a60124 commit b89b9d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def dockerfile():

## Install Ubuntu OS dependencies with 'apt'
# 1. Update Ubuntu and install base libraries
f.write("RUN apt update && apt -y upgrade && apt install -y python3 python3-pip && \\ \n")
f.write("RUN apt update && apt -y upgrade && apt install -y python3 python3-pip docker-ce docker-ce-cli containerd.io && \\ \n")

# 2. Install R
if args.install_r is True:
Expand Down

0 comments on commit b89b9d7

Please sign in to comment.