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.
|
- FROM rack:env
- ARG RACK_SDK_VERSION
- RUN curl -o rack-sdk.zip https://vcvrack.com/downloads/Rack-SDK-${RACK_SDK_VERSION}.zip \
- && unzip rack-sdk.zip
- VOLUME /dist
- CMD bash
|