diff --git a/ci/ci-debian.Dockerfile b/ci/ci-debian.Dockerfile index f67ff72a5..dfa8b475e 100644 --- a/ci/ci-debian.Dockerfile +++ b/ci/ci-debian.Dockerfile @@ -81,13 +81,8 @@ ENV GIT_BRANCH=$GIT_BRANCH GIT_URL=$GIT_URL # && sed 's/#.*//g' packages.txt | sed 's/resolvconf//' | xargs apt-get -y install \ # && sed 's/#.*//g' packages-raspberrypi.txt | xargs apt-get -y install \ # && rm -rf /var/lib/apt/lists/* -RUN ls -l . \ - && echo "------" \ - && ls -l installation/ \ - && echo "------" \ - && ls -l installation/install-jukebox.sh -COPY --chown=root:$TEST_USER_GROUP --chmod=770 installation/install-jukebox.sh . +COPY --chown=root:$TEST_USER_GROUP --chmod=770 installation/* . WORKDIR /tests COPY --chown=root:$TEST_USER_GROUP --chmod=770 ci/installation/*.sh .