fix docker nightly builds

This commit is contained in:
Stanislav Lechev [0xAF] 2023-07-16 04:13:36 +03:00
parent eea4916126
commit 40d309b4df
1 changed files with 2 additions and 0 deletions

View File

@ -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