Skip to content

Commit

Permalink
Remove smoketest in Dockerfile since it exists in install_packages.R now
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Dec 6, 2023
1 parent cd39cf9 commit 67585d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions r/datascience/4.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ USER noteable
COPY requirements.R /tmp/requirements.R
COPY install_packages.R /tmp/install_packages.R
RUN R -e "source('/tmp/install_packages.R')"

# smoke test to ensure all packages are installed
# hadolint ignore=DL3059
RUN R -e "packages <- readLines('/tmp/requirements.R'); for(pkg in packages) { library(pkg, character.only = TRUE) }"

0 comments on commit 67585d0

Please sign in to comment.