Support R 4.x.x
- Be compatible with AWS CLI v2 - `npm audit fix`
This commit is contained in:
parent
1e03fcc8bb
commit
16be369c4f
1 changed files with 3974 additions and 1185 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue