Skip to content

Commit

Permalink
Merge pull request #6994 from freedomofpress/demo-also-needs-jq
Browse files Browse the repository at this point in the history
build(`DemoDockerfile`): install `jq`
  • Loading branch information
legoktm committed Oct 12, 2023
2 parents 0e33e3b + 9c77d13 commit 6da5239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/dockerfiles/focal/python3/DemoDockerfile
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata && \
apt-get install -y paxctl apache2-dev coreutils \
python3-pip python3-all python3-venv virtualenv libpython3.8-dev libssl-dev \
gnupg2 redis-server git \
gnupg2 redis-server git jq \
enchant libffi-dev sqlite3 gettext sudo \
libasound2 libdbus-glib-1-2 libgtk2.0-0 libfontconfig1 libxrender1 \
libcairo-gobject2 libgtk-3-0 libstartup-notification0 basez pkg-config
Expand Down

0 comments on commit 6da5239

Please sign in to comment.