Skip to content

Commit

Permalink
0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
wasndas committed Feb 2, 2023
1 parent b8ceb72 commit 7919b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@ RUN apt-get update \
mono-devel \
mono-basic-dbg


RUN apt install -y python3-setuptools python3-pip python3-toml git && \
cd /root && \
(git clone https://github.com/sdss/lvmpwi.git && \
cd lvmpwi && \
python3 setup.py install ) && \
rm -rf lvmpwi
RUN apt-get install -y sdss-lvmpwi

#ENV PWI_VERSION=4.0.9beta21
ENV PWI_VERSION=4.0.11beta50
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdss-lvmpwi"
version = "0.0.28"
version = "0.0.29"
description = "Lvm Pwi4 Actor"
authors = ["Florian Briegel <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 7919b85

Please sign in to comment.