You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know the source of the problem, in my case I used the jenkins/jenkins:lts image that bases on the debian image and the problems could be tracked back. Any suggestions or ideas?
The text was updated successfully, but these errors were encountered:
starting the container using
docker run -it --entrypoint /bin/bash -u root debian:bullseye-20211011
works as expected.
The installation of software-properties-common was my source problem:
apt-get update && apt-get install software-properties-common -y
as it results in:
a very basic
ls -la
results in:I do not know the source of the problem, in my case I used the jenkins/jenkins:lts image that bases on the debian image and the problems could be tracked back. Any suggestions or ideas?
The text was updated successfully, but these errors were encountered: