mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-10 05:18:30 +03:00
e63647c6d0
As far as I can tell we're not gating on this right now. From a quick glance, it looks like Debian stable has `libsodium-dev` but only Ubuntu eoan does which we're not testing right now.
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
FROM @ci_docker@
|
|
ENV container docker
|
|
|
|
ADD ci/travis-install.sh /travis-install.sh
|
|
RUN ci_suite="@ci_suite@" ci_distro="@ci_distro@" ci_pkgs="@ci_pkgs@" ci_in_docker=yes /travis-install.sh
|
|
|
|
ADD . /home/user/ostree
|
|
RUN chown -R user:user /home/user/ostree
|
|
WORKDIR /home/user/ostree
|
|
USER user
|