Commit ee31d41e17859caf798e406efbcf46ab165a71d9
1 parent
69346587
Exists in
dev
Remove gsc from Dockerfile
Showing
2 changed files
with
8 additions
and
3 deletions
Show diff stats
CHANGELOG
1 | 1 | 13-01-2023 (AKo): v0.6.16.0 |
2 | 2 | - Add websocket for agent_cmd & agent_survey models & views |
3 | - | |
3 | + - Add api tests | |
4 | + - fix typo obs config album name | |
5 | + - Template & css fix | |
6 | + - Remove gsc from Dockerfile | |
7 | + | |
4 | 8 | 03-01-2023 (AKo): v0.6.15.4 |
5 | 9 | - new usage of delimiter in cmd parsing in agent_detail view |
6 | 10 | ... | ... |
Dockerfile
... | ... | @@ -47,7 +47,8 @@ RUN apt-get install -y python3.8 |
47 | 47 | RUN apt-get install -y python3.8-dev |
48 | 48 | RUN apt-get install -y python3-pip |
49 | 49 | RUN cd /usr/bin && ln -s python3 python |
50 | -RUN python -m pip install --upgrade pip | |
50 | + | |
51 | +RUN pip3 install --upgrade pip | |
51 | 52 | |
52 | 53 | |
53 | 54 | # DEV only |
... | ... | @@ -87,7 +88,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 487CEC2B3F |
87 | 88 | #10 1.751 E: The repository 'http://ppa.launchpad.net/mutlaqja/ppa/ubuntu jammy InRelease' is not signed. |
88 | 89 | RUN apt-get update |
89 | 90 | RUN apt-get install -y indi-full |
90 | -RUN apt-get install -y gsc kstars-bleeding libindi1 indi-bin swig libz3-dev libcfitsio-dev libnova-dev libindi-dev | |
91 | +RUN apt-get install -y kstars-bleeding libindi1 indi-bin swig libz3-dev libcfitsio-dev libnova-dev libindi-dev | |
91 | 92 | # Obligatoire ? |
92 | 93 | #RUN pip install --user --install-option="--prefix=" pyindi-client |
93 | 94 | ... | ... |