diff --git a/CHANGELOG b/CHANGELOG index 504ab71..1c4fe15 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ 13-01-2023 (AKo): v0.6.16.0 - Add websocket for agent_cmd & agent_survey models & views - + - Add api tests + - fix typo obs config album name + - Template & css fix + - Remove gsc from Dockerfile + 03-01-2023 (AKo): v0.6.15.4 - new usage of delimiter in cmd parsing in agent_detail view diff --git a/Dockerfile b/Dockerfile index 08d1909..4516951 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,8 @@ RUN apt-get install -y python3.8 RUN apt-get install -y python3.8-dev RUN apt-get install -y python3-pip RUN cd /usr/bin && ln -s python3 python -RUN python -m pip install --upgrade pip + +RUN pip3 install --upgrade pip # DEV only @@ -87,7 +88,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 487CEC2B3F #10 1.751 E: The repository 'http://ppa.launchpad.net/mutlaqja/ppa/ubuntu jammy InRelease' is not signed. RUN apt-get update RUN apt-get install -y indi-full -RUN apt-get install -y gsc kstars-bleeding libindi1 indi-bin swig libz3-dev libcfitsio-dev libnova-dev libindi-dev +RUN apt-get install -y kstars-bleeding libindi1 indi-bin swig libz3-dev libcfitsio-dev libnova-dev libindi-dev # Obligatoire ? #RUN pip install --user --install-option="--prefix=" pyindi-client -- libgit2 0.21.2