Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Read the README and Code of Conduct in this repository to get started.

If you have an idea for a new Docker image needed here, please create an issue and tag @cansavvy or @kweav.
After discussion we can tell you if your idea for a Docker image is potnetially met by an existing image or will require a new image.
If it requires a new image, you are welcome to file a pull request with a new Dockerfile [following the instructions here](https://github.com/jhudsl/ottr-docker?tab=readme-ov-file#adding-a-new-image)
If it requires a new image, you are welcome to file a pull request with a new Dockerfile [following the instructions here](https://github.com/ottrproject/ottr-docker?tab=readme-ov-file#adding-a-new-image)

After you file this pull request and it passes the incoming Dockerfile build test, tag @cansavvy to review it.
Contact @cansavvy with any additional questions!
3 changes: 1 addition & 2 deletions base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ RUN gdebi --non-interactive quarto-linux-amd64.deb
RUN Rscript -e "devtools::install_version('gitcreds', version = '0.1.1', repos = 'http://cran.us.r-project.org')"

RUN installGithub.r \
jhudsl/ottrpal \
jhudsl/cow
ottrproject/ottrpal

# Set final workdir for commands
WORKDIR /home/rstudio
Expand Down
3 changes: 1 addition & 2 deletions bioconductor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ RUN install2.r rlang \
RUN Rscript -e "devtools::install_version('gitcreds', version = '0.1.1', repos = 'http://cran.us.r-project.org')"

RUN installGithub.r \
jhudsl/ottrpal \
jhudsl/cow
ottrproject/ottrpal

# Set final workdir for commands
WORKDIR /home/rstudio
Expand Down