Skip to content

Commit

Permalink
Replace conda with mamber on EG docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Jan 5, 2024
1 parent baeeb50 commit 461b6b7
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 461b6b7

Please sign in to comment.