You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN if [ "$linux_version" = "edge" ] ; then echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories ; else echo NOT using Testing repo ; fi
RUN apk --no-cache add alpine-sdk coreutils cmake \