update all docker dependencies
This commit is contained in:
parent
9416db5f42
commit
8a7e91be38
@ -24,7 +24,7 @@ apt-get update
|
|||||||
apt-get -y install --no-install-recommends $BUILD_PACKAGES
|
apt-get -y install --no-install-recommends $BUILD_PACKAGES
|
||||||
|
|
||||||
git clone https://github.com/jketterl/owrx_connector.git
|
git clone https://github.com/jketterl/owrx_connector.git
|
||||||
cmakebuild owrx_connector 0.6.0
|
cmakebuild owrx_connector 0.6.1
|
||||||
|
|
||||||
apt-get -y purge --autoremove $BUILD_PACKAGES
|
apt-get -y purge --autoremove $BUILD_PACKAGES
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
@ -25,7 +25,7 @@ apt-get update
|
|||||||
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
||||||
|
|
||||||
git clone https://github.com/jketterl/runds_connector.git
|
git clone https://github.com/jketterl/runds_connector.git
|
||||||
cmakebuild runds_connector 0.2.1
|
cmakebuild runds_connector 0.2.2
|
||||||
|
|
||||||
apt-get -y purge --autoremove $BUILD_PACKAGES
|
apt-get -y purge --autoremove $BUILD_PACKAGES
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
@ -46,11 +46,11 @@ cp codecserver/conf/codecserver.conf /usr/local/etc/codecserver
|
|||||||
cmakebuild codecserver 0.2.0
|
cmakebuild codecserver 0.2.0
|
||||||
|
|
||||||
git clone https://github.com/jketterl/digiham.git
|
git clone https://github.com/jketterl/digiham.git
|
||||||
cmakebuild digiham 0.6.0
|
cmakebuild digiham 0.6.1
|
||||||
|
|
||||||
git clone https://github.com/jketterl/pydigiham.git
|
git clone https://github.com/jketterl/pydigiham.git
|
||||||
cd pydigiham
|
cd pydigiham
|
||||||
git checkout 0.6.0
|
git checkout 0.6.1
|
||||||
./setup.py install
|
./setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf pydigiham
|
rm -rf pydigiham
|
||||||
|
Loading…
Reference in New Issue
Block a user