Skip to content

Commit

Permalink
[misc] Update to library-physic:0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-bremond committed Jun 18, 2019
1 parent 7d7b7f2 commit f30429f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/development/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ RUN pushd /tmp > /dev/null \
&& rm -rf /tmp/nlopt \
&& popd > /dev/null

## Library ▸ Physics [0.2.6]
## Library ▸ Physics [0.2.8]

RUN mkdir -p /tmp/library-physics \
&& pushd /tmp/library-physics > /dev/null \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6/library-physics-0.2.6-1.x86_64-runtime.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.6/library-physics-0.2.6-1.x86_64-devel.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-runtime.rpm \
&& wget --quiet https://github.com/open-space-collective/library-physics/releases/download/0.2.8/library-physics-0.2.8-1.x86_64-devel.rpm \
&& dnf install -y ./*.rpm \
&& rm -rf /tmp/library-physics \
&& popd > /dev/null
Expand Down

0 comments on commit f30429f

Please sign in to comment.