Skip to content

Commit

Permalink
Merge pull request #205 from datalad/bf-build
Browse files Browse the repository at this point in the history
A few more of new dependencies for git-annex build env
  • Loading branch information
yarikoptic authored Aug 6, 2024
2 parents 24bd65d + cbb30e1 commit fb7f9ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -ex; \
export DEBIAN_FRONTEND=noninteractive; \
apt-get build-dep -y -q git-annex-standalone; \
# Needed additional build-depends which might have not yet in "released" version
apt-get install -y libghc-criterion-dev libghc-http-client-restricted-dev libghc-git-lfs-dev; \
apt-get install -y libghc-criterion-dev libghc-http-client-restricted-dev libghc-git-lfs-dev libghc-servant-dev libghc-servant-server-dev libghc-servant-client-dev libghc-servant-client-core-dev; \
# Needed additional tools
apt-get install -y devscripts quilt; \
# Some helper utilities just in case
Expand Down

0 comments on commit fb7f9ba

Please sign in to comment.