7 lines
91 B
Text
7 lines
91 B
Text
ARG \
|
|
BUILD_FROM
|
|
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk --no-cache add \
|
|
raspberrypi-utils
|