Skip to content

Commit

Permalink
ensure we have curl and wget
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 14, 2023
1 parent 87ccd74 commit d612ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestro-lulesh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:${tag}

# workdir: /workflow

RUN apt-get update && apt-get install -y git python3-pip
RUN apt-get update && apt-get install -y git python3-pip wget curl

# Wrappers to ensure we source the mamba environment!
WORKDIR /workflow
Expand Down

0 comments on commit d612ac2

Please sign in to comment.