You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
173B

  1. FROM rack:env
  2. ARG RACK_SDK_VERSION
  3. RUN curl -o rack-sdk.zip https://vcvrack.com/downloads/Rack-SDK-${RACK_SDK_VERSION}.zip \
  4. && unzip rack-sdk.zip
  5. VOLUME /dist
  6. CMD bash