Skip to content

Commit

Permalink
Add dependencies necessary for cffi installation to dev environment (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Aug 14, 2024
1 parent bfa84f5 commit fa929ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/dev_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ENV PATH="${PNPM_BIN}:${N_PREFIX}/bin:${PDM_PYTHONS}:${HOME}/.local/bin:${PATH}"
# - just: command runner
# - jq: JSON processor
# - which: locate a program file in `PATH`
# - python*: required by some Python libraries for compilation during installation
# - libffi*: required for the Python package cffi
# - pipx: Python CLI app installer
# - nodejs: language runtime (includes npm but not Corepack)
# - docker*: used to interact with host Docker socket
Expand All @@ -55,7 +57,8 @@ RUN mkdir /pipx \
jq \
which \
nodejs npm \
python3.12 pipx \
python3.12 python3.12-devel pipx \
libffi-devel \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
unzip \
postgresql postgresql-devel \
Expand Down

0 comments on commit fa929ba

Please sign in to comment.