Enter your choice (1/2/3): 2
Enter the name for the docker image to use: p2
Enter the port number to use for the server: 8081
Enter the folder path to use for mounting (e.g., /path/to/config): /home/p2
** Setting ownership to www-data and permissions to 755 recursively for /home/ p2/servermanager/p2 **
Base image portalsbase1 not found locally. Building the base image using Dockerf ile: Dockerfile_for_64bit_Raspi...
[+] Building 1.9s (8/12) docker:default
=> [internal] load build definition from Dockerfile_for_64bit_Raspi 0.0s
=> => transferring dockerfile: 2.13kB 0.0s
=> [internal] load metadata for docker.io/arm64v8/ubuntu:22.04 0.9s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> CACHED [1/8] FROM docker.io/arm64v8/ubuntu:22.04@sha256:299378f154a19 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2B 0.0s
=> CANCELED [2/8] RUN ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/loc 0.7s
=> CACHED [3/8] RUN apt-get update && apt-get install -y --no-instal 0.0s
=> ERROR [4/8] COPY root/ / 0.0s
------
------
Dockerfile_for_64bit_Raspi:44
--------------------
42 |
43 | # Copy local files
44 | >>> COPY root/ /
45 |
46 | # Set permissions for s6-overlay
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksu m of ref ca71b025-5eb8-45dd-b7c7-657ee7c3704d::lh24ht8i9qi50b5fc6gk19nuc: "/root ": not found
Error: Docker image build failed. Please check the Dockerfile.