Answers for "alpine linux curl install"

3

install curl in alpine linux

FROM openjdk:8-jre-alpine

RUN apk add --update 
    curl 
    && rm -rf /var/cache/apk/*
Posted by: Guest on July-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language