Skip to content

Commit

Permalink
[FIX] packaging: fix docker file for src tests
Browse files Browse the repository at this point in the history
Since bf3193a libsass is needed but is named libsass0 in Debian.
With this commit, the docker source image used for tests will build again.
  • Loading branch information
d-fence committed Jul 27, 2018
1 parent 3cee86e commit 4293a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/package.dfsrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update -qq && \
postgresql-server-dev-all \
postgresql-client \
adduser \
libsass \
libsass0 \
libxml2-dev \
libxslt1-dev \
libldap2-dev \
Expand Down

0 comments on commit 4293a27

Please sign in to comment.