Skip to content
Merged
Prev Previous commit
Next Next commit
Fix text
  • Loading branch information
alexander-smolyakov committed Jun 20, 2023
commit 23af00f0a47938825badc1517465afa6df9288d3
2 changes: 1 addition & 1 deletion src/miniconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN python3 -m pip install --upgrade \
cryptography

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get updatcryptographye && export DEBIAN_FRONTEND=noninteractive \
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>

# Create conda group, update conda directory permissions,
Expand Down