Skip to content

Commit

Permalink
Merge pull request #6 from hadirgax/feat/add-zip-support
Browse files Browse the repository at this point in the history
added zip package
  • Loading branch information
hadirgax authored Mar 29, 2024
2 parents 16bd813 + e85d55b commit 17cab99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devcontainer_images/src/miniconda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM ubuntu:jammy
LABEL maintainer="hadirgax"

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONFAULTHANDLER 1

# hadolint ignore=DL3008
RUN set -eux; \
Expand All @@ -20,8 +22,10 @@ RUN set -eux; \
netbase \
openssh-client \
procps \
p7zip-full \
subversion \
wget \
zip \
zsh \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 17cab99

Please sign in to comment.