Skip to content

Commit

Permalink
Merge pull request #359 from weecology/devdocs
Browse files Browse the repository at this point in the history
docker
  • Loading branch information
juniperlsimonis committed May 18, 2023
2 parents b08ce9d + 4fe7309 commit 2c436e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Version numbers follow [Semantic Versioning](https://semver.org/).

# [portalcasting 0.59.0](https://github.com/weecology/portalcasting/releases/tag/v0.59.0)
*5-18-2023*

## Inclduing curl in the Dockerfile
* thought it was installed, but it isnt in tidyverse, just verse

# [portalcasting 0.58.0](https://github.com/weecology/portalcasting/releases/tag/v0.58.0)
*5-18-2023*

Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ ARG image_name="base"
FROM rocker/tidyverse:latest AS tidyverse


# Install `jags` c library, everything else we need is already in tidyverse
# Install `curl` and `jags` c libraries, everything else we need is already in tidyverse

RUN apt-get update \
&& apt-get install -y \
curl \
jags

# Install portalcasting from github event that triggered the specific workflow
Expand Down

0 comments on commit 2c436e8

Please sign in to comment.