Skip to content

Commit

Permalink
copy scripts korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 16, 2023
1 parent 1002271 commit 0a0dbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile.bullseye.test_install_unified.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ARG GIT_URL
ENV GIT_BRANCH=$GIT_BRANCH GIT_URL=$GIT_URL

# Define needed files for installation tests
COPY --chown=root:$TEST_USER_GROUP --chmod=770 scripts/installscripts/buster-install-default.sh /
COPY --chown=root:$TEST_USER_GROUP --chmod=770 scripts/installscripts/buster-install-default.sh .
WORKDIR /tests
COPY --chown=root:$TEST_USER_GROUP --chmod=770 scripts/installscripts/tests/*.sh /
COPY --chown=root:$TEST_USER_GROUP --chmod=770 scripts/installscripts/tests/*.sh .

FROM test as test-update
RUN apt-get update && apt-get -y upgrade

0 comments on commit 0a0dbb8

Please sign in to comment.