repo2docker/tests/venv/apt-packages
Chris Holdgraf 30b37a35e4 improving readmes for tests 2018-04-24 17:14:01 -07:00
..
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
apt.txt Revise apt.txt and verify to install programs that install to /usr/bin instead of /usr/games 2018-01-02 23:11:33 -08:00
verify Fix postBuild to work properly 2018-02-01 02:10:30 -08:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

System - APT Packages
---------------------

It is possible to install packages using the Shell with the ``apt.txt`` file.
This allows you to install libraries that aren't easy to install with package
managers such as ``pip`` or ``conda``. This can be useful if you must install
something that depends on a low-level library already being present.

In this case we install ``gfortran``, which does not have an easy Python
install.