-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi I'm having an issue building image 03, apparently it's because of a a variable:
ubuntu@rfactor2:~/rfactor2-server-linux/src/03_build_server_image$ DOCKER_BUILDKIT=1 sudo docker build -t rf2-server-final-with-admin:latest .
[+] Building 2.5s (14/19) docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.40kB 0.0s
=> [internal] load metadata for docker.io/library/rf2-server-final:latest 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [ 1/15] FROM docker.io/library/rf2-server-final:latest 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 1.52kB 0.1s
=> CACHED [ 2/15] COPY --chmod=555 ./installationScripts/* /scripts 0.0s
=> CACHED [ 3/15] WORKDIR /scripts 0.0s
=> CACHED [ 4/15] RUN ./step_create_rf2user.sh 0.0s
=> CACHED [ 5/15] COPY --chmod=555 ./wallpapers/.png /home/rf2user/Pictures 0.0s
=> CACHED [ 6/15] RUN mkdir -p /home/rf2user/Desktop 0.0s
=> CACHED [ 7/15] COPY --chmod=555 ./desktopShortcuts/ /home/rf2user/Desktop 0.0s
=> CACHED [ 8/15] RUN ./step_installing_rf2server.sh 0.0s
=> CACHED [ 9/15] COPY --chmod=555 ./adminScripts/*.sh /server 0.0s
=> ERROR [10/15] RUN ./step_workshopcontent_downloaditems.sh 2.2s
[10/15] RUN ./step_workshopcontent_downloaditems.sh:
1.826 download-item-workshop.ps1: Missing an argument for parameter 'WorkshopItems'. Specify a parameter of type 'System.String' and try again.
Dockerfile:38
36 | # Item download and copy
37 |
38 | >>> RUN ./step_workshopcontent_downloaditems.sh
39 |
40 | RUN ./step_workshopcontent_copyitems.sh
ERROR: failed to solve: process "/bin/sh -c ./step_workshopcontent_downloaditems.sh" did not complete successfully: exit code: 1
Could you help me? :)
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested