swh:1:snp:7438b129d9cacb54440879827822fdf5f107e828
Raw File
Tip revision: 0222fc404624d82ada9f9f86ac3091490370b124 authored by breandan on 06 October 2018, 04:00:24 UTC
X-build must fully enclose all RUN instructions
Tip revision: 0222fc4
dependencies_for_duckiebot.sh
#!/bin/bash
set -e
set -x

# Important: always use the python-X library if available,
# rather than doing "pip install X".

./dependencies_common.sh
back to top