Skip to content

Commit

Permalink
Merge pull request #14 from hadirgax/feat/upgrade-packages
Browse files Browse the repository at this point in the history
Feat/upgrade packages
  • Loading branch information
hadirgax authored Apr 16, 2024
2 parents 9026658 + 3de65f6 commit ef3ee9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devcontainer_images/src/miniconda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN set -eux; \
curl \
gettext \
gnupg \
htop \
libcurl?-openssl-dev \
libexpat1-dev \
libfontconfig1 \
Expand Down Expand Up @@ -78,9 +79,9 @@ RUN OMZ_DIR=${USER_HOME}/.oh-my-zsh && \
CMD [ "/bin/bash" ]

ENV PATH /opt/conda/bin:$PATH
ARG CONDA_VERSION=py311_24.1.2-0
ARG CONDA_VERSION=py311_24.3.0-0
ARG MINICONDA_URL="https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh"
ARG SHA256SUM="3f2e5498e550a6437f15d9cc8020d52742d0ba70976ee8fce4f0daefa3992d2e"
ARG SHA256SUM="4da8dde69eca0d9bc31420349a204851bfa2a1c87aeb87fe0c05517797edaac4"

RUN set -x && \
wget "${MINICONDA_URL}" -O /tmp/miniconda.sh -q && \
Expand Down
1 change: 1 addition & 0 deletions devcontainer_images/src/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN set -eux; \
curl \
gettext \
gnupg \
htop \
libcurl?-openssl-dev \
libexpat1-dev \
libfontconfig1 \
Expand Down

0 comments on commit ef3ee9f

Please sign in to comment.