Skip to content

Commit

Permalink
Replace conda with mamba on EG docker image (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende authored Jan 7, 2024
1 parent 56fd734 commit 6334b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/enterprise-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV SPARK_VER $SPARK_VERSION
ENV SPARK_HOME /opt/spark


RUN conda install --quiet --yes \
RUN mamba install --quiet --yes \
cffi \
send2trash \
requests \
Expand Down

0 comments on commit 6334b01

Please sign in to comment.