Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Install wget via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Apr 29, 2024
1 parent bc73cff commit ebef7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mambaorg/micromamba:1.5.8 AS micromamba

USER root
RUN apt update && apt install -y git
RUN apt update && apt install -y git wget
USER $MAMBA_USER

COPY --chown=$MAMBA_USER:$MAMBA_USER . .
Expand Down

0 comments on commit ebef7e0

Please sign in to comment.