fix docker nightly builds
This commit is contained in:
parent
eea4916126
commit
40d309b4df
|
|
@ -21,6 +21,8 @@ RUN export FULL_BUILD=1 && \
|
||||||
|
|
||||||
COPY docker/files/services/sdrplay /etc/services.d/sdrplay
|
COPY docker/files/services/sdrplay /etc/services.d/sdrplay
|
||||||
|
|
||||||
|
COPY docker/scripts/run.sh /
|
||||||
|
|
||||||
# this build-arg will reset the cache here, so we will have a fresh copy of the files
|
# this build-arg will reset the cache here, so we will have a fresh copy of the files
|
||||||
ARG GIT_HASH=0
|
ARG GIT_HASH=0
|
||||||
RUN echo "$GIT_HASH" > /build-hash
|
RUN echo "$GIT_HASH" > /build-hash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue