8 lines
130 B
Text
8 lines
130 B
Text
ARG \
|
|
BUILD_FROM
|
|
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk --no-cache add \
|
|
raspberrypi-userland \
|
|
raspberrypi-userland-libs
|