Browse Source

Merge pull request #2 from VCVRack/docker-build-fixes

Docker build fixes
make-mflags
Andrew Belt GitHub 2 years ago
parent
commit
06e07c5243
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      Dockerfile
  2. +1
    -1
      Makefile

+ 3
- 0
Dockerfile View File

@@ -30,4 +30,7 @@ RUN make toolchain-mac
RUN make toolchain-win
RUN make toolchain-lin

# Install Rack SDK
RUN make rack-sdk

RUN rm MacOSX10.13.sdk.tar.*

+ 1
- 1
Makefile View File

@@ -186,7 +186,7 @@ docker-build:

DOCKER_RUN := docker run --rm --interactive --tty \
--volume=$(PLUGIN_DIR):/home/build/plugin-src \
--volume=$(PWD)/$(PLUGIN_BUILD_DIR):/home/build/$(PLUGIN_BUILD_DIR) \
--volume=$(PWD)/$(PLUGIN_BUILD_DIR):/home/build/rack-plugin-toolchain/$(PLUGIN_BUILD_DIR) \
--env PLUGIN_DIR=/home/build/plugin-src \
rack-plugin-toolchain:1 \
/bin/bash


Loading…
Cancel
Save