FROM ubuntu:16.04 RUN apt-get update RUN rm /bin/sh && ln -s /bin/bash /bin/sh RUN apt-get -qq -y install curl RUN curl -s https://get.sdkman.io | bash RUN ...
確定! 回上一頁