Skip to content

Commit

Permalink
change quotes for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Feb 15, 2024
1 parent 13649cb commit 7da8285
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ COPY . /workflow.scenario.preparation

WORKDIR /workflow.scenario.preparation

RUN Rscript -e '\
readRenviron(".env"); \
non_cran_pkg_deps <- c("RMI-PACTA/pacta.scenario.data.preparation"); \
RUN Rscript -e "\

Check failure on line 49 in Dockerfile

View workflow job for this annotation

GitHub Actions / hadolint

SC2154 warning: Package is referenced but not assigned.

Check failure on line 49 in Dockerfile

View workflow job for this annotation

GitHub Actions / hadolint

SC2154 warning: Package is referenced but not assigned.
readRenviron('.env'); \
non_cran_pkg_deps <- c('RMI-PACTA/pacta.scenario.data.preparation'); \
cran_pkg_deps <- setdiff(renv::dependencies()$Package, basename(non_cran_pkg_deps)); \
pak::pkg_install(pkg = c(non_cran_pkg_deps, cran_pkg_deps)); \
'
"

CMD Rscript run_pacta_scenario_preparation.R

Check failure on line 56 in Dockerfile

View workflow job for this annotation

GitHub Actions / hadolint

DL3025 warning: Use arguments JSON notation for CMD and ENTRYPOINT arguments

Check failure on line 56 in Dockerfile

View workflow job for this annotation

GitHub Actions / hadolint

DL3025 warning: Use arguments JSON notation for CMD and ENTRYPOINT arguments

0 comments on commit 7da8285

Please sign in to comment.