8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
FROM sdthirlwall/raspberry-pi-cross-compiler
|
|
|
|
# axel uses gettext in the build context
|
|
RUN install-debian --update cmake
|
|
|
|
# axel links against openssl
|
|
RUN install-raspbian --update libboost-dev-all
|