Fish Wang says to Ow< [MSFW]
@licson # now install the radio COPY ./ /root/radio WORKDIR /root/radio RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh python build-base && \ npm install -g node-gyp && \ npm install && \ npm uninstall -g node-gyp && \ apk del bash git openssh python build-base && rm -rf /var/cache/apk/*