Skip to content

Commit

Permalink
Release: v1.1.1 (#9)
Browse files Browse the repository at this point in the history
* Adds python build dependencies

* Adds jq
  • Loading branch information
egonbraun committed Jan 22, 2024
1 parent 98ebe2c commit 6e99163
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
git-extras \
gnupg2 \
gpg-agent \
jq \
libbz2-dev \
libffi-dev \
liblzma-dev \
libncursesw5-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
libxml2-dev \
libxmlsec1-dev \
locales \
lsb-release \
lsd \
Expand All @@ -140,13 +150,15 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
software-properties-common \
ssh \
sudo \
tk-dev \
unzip \
vim \
xz-utils \
zlib1g-dev \
&& apt-get autoremove -y \
&& apt-get clean autoclean -y \
&& rm -r /var/cache/* /var/lib/apt/lists/*


# ----------------------------------------------------------------------------------------------------------------------
# CONFIGURE LOCALISATION
# ----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6e99163

Please sign in to comment.