Support R 4.x.x

- Be compatible with AWS CLI v2
- `npm audit fix`
This commit is contained in:
Joshua Spiewak 2020-04-27 14:21:57 -04:00
commit 16be369c4f

View file

@ -171,7 +171,7 @@ Create a `builder/Dockerfile.platform-version` (where `platform-version` is `ubu
1. an `OS_IDENTIFIER` env with the `platform-version`.
2. a step which ensures the R source build dependencies are installed
3. The `awscli`, most likely installed via `pip` for uploading tarballs to S3
3. The `awscli`, 1.17.10+ if installed via `pip`, for uploading tarballs to S3
4. `COPY` and `ENTRYPOINT` for the `build.sh` file in `builder/`.
### docker-compose.yml