Web and mobile application security training platform
GNU General Public License v3.0
1.35k
stars
460
forks
source link
[BUG] Building Web Container Image fails: "Can't rename file ... server.xml ... Invalid argument #753
Open
mmhdbw opened 1 year ago
Describe the bug When I try to install SecurityShepherd, docker build phase fails:
To Reproduce Steps to reproduce the behavior: (following the instructions in https://github.com/OWASP/SecurityShepherd/wiki/Docker-Environment-Setup)
sudo apt install git maven openjdk-8-jdk
git clone https://github.com/OWASP/SecurityShepherd.git
cd SecurityShepherd
mvn -Pdocker clean install -DskipTests
docker compose up
Expected behavior The docker compose up should not fail but successfully start up docker containers.
Desktop (please complete the following information):
Further Information:
mvn
version: 3.6.3-5docker
version: 23.0.1, built Thu Feb 9 19:47:01 2023, Git commit a5ee5b1docker-compose
version: v2.16.0 (compose as plugin)java
version: openjdk 11.0.18 2023-01-17Screenshots none, just see excerpt from build above
Additional context Add any other context about the problem here.