git pull everytime
This commit is contained in:
parent
7a6d021e18
commit
3b32dc37c8
@ -6,8 +6,6 @@ RUN apt-get update && \
|
||||
|
||||
ADD docker/scripts/build-debian-package.sh /
|
||||
|
||||
RUN git clone https://github.com/jketterl/openwebrx.git /openwebrx
|
||||
|
||||
WORKDIR /openwebrx
|
||||
WORKDIR /
|
||||
|
||||
CMD ["/build-debian-package.sh"]
|
||||
|
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
git clone https://github.com/jketterl/openwebrx.git /openwebrx
|
||||
cd /openwebrx
|
||||
|
||||
debuild -uc -us
|
||||
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user