Skip to content
Snippets Groups Projects
Verified Commit ad06a835 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Install curl, grep, less, sed, and pspg

parent ad64d255
No related branches found
No related tags found
1 merge request!870Resolve "[Docker] Install some system utilities in base image"
Pipeline #49200 failed
......@@ -25,6 +25,8 @@ Changed
* Name collisions are resolved by prefixing with the app label
* Apps can extend SHELL_PLUS_APP_PREFIXES and SHELL_PLUS_DONT_LOAD
* [Docker] Base image now contains curl, grep, less, sed, and pspg
`2.5`_ – 2022-01-02
-------------------
......
......@@ -19,6 +19,7 @@ ENV ALEKSIS_static__root /usr/share/aleksis/static
ENV ALEKSIS_media__root /var/lib/aleksis/media
ENV ALEKSIS_backup__location /var/lib/aleksis/backups
ENV ALEKSIS_dev__uwsgi__celery false
ENV PSQL_PAGER=pspg
# Install necessary Debian and PyPI packages for build and runtime
RUN apt-get -y update && \
......@@ -28,11 +29,15 @@ RUN apt-get -y update && \
eatmydata apt-get install -y --no-install-recommends \
build-essential \
chromium \
curl \
dumb-init \
gettext \
grep \
less \
libpq-dev \
libssl-dev \
postgresql-client-14 \
pspg \
python3-dev \
python3-magic \
python3-pip \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment