ppc64le/build-scripts

Typo in env name for RStudio

Closed this issue · 3 comments

ENV RStduio_VERSION 1.2.1335

should be

ENV RStudio_VERSION 1.2.1335

in

[(https://github.com/ppc64le/build-scripts/blob/master/rstudio/Dockerfiles/v1.2.1335/Dockerfile)]

(line 5)

Sorry for having reported the impact of the typo incompletely, but the variable name with the typo was used allover the Dockerfile so all wrong names must be fixed, eg. in line 16 and 17:

tar zxvf v${RStduio_VERSION}.tar.gz && \

https://github.com/ppc64le/build-scripts/blob/master/rstudio/Dockerfiles/v1.2.1335/Dockerfile#L17

Apologies , missed that as was in hurry to update , changed in all relevant place.