mammoth-autumn-37948
11/30/2021, 3:50 PMdocker/sdk up
. I got the error
#7 [1/3] FROM <http://docker.io/library/el_online_demo_app:1.0|docker.io/library/el_online_demo_app:1.0>
11434
#7 sha256:233b72a8cc97465189e9cb161462d2dcedee0f4bb9f6d15fba37ed6d2984641c
11435
#7 CACHED
11436
11437
#9 [2/3] COPY nginx/ssl/ca.crt /usr/local/share/ca-certificates
11438
#9 sha256:0e2d8615c41c9d49df3518ad89e78e09e4117624e57755dff37481f912e0fda9
11439
#9 ERROR: "/nginx/ssl/ca.crt" not found: not found
11440
11441
#7 [1/3] FROM <http://docker.io/library/el_online_demo_app:1.0|docker.io/library/el_online_demo_app:1.0>
11442
#7 sha256:233b72a8cc97465189e9cb161462d2dcedee0f4bb9f6d15fba37ed6d2984641c
11443
#7 DONE 0.2s
11444
------
11445
> [2/3] COPY nginx/ssl/ca.crt /usr/local/share/ca-certificates:
11446
------
11447
failed to compute cache key: "/nginx/ssl/ca.crt" not found: not found
The line code is the followed here:
https://github.com/spryker/docker-sdk/blob/master/images/common/application-local/Dockerfile#L6
Any idea what can be the problem?
p.s.: Locally I don't have this problem, but a colleague from me had the same problem in the past (both with macOs and Docker Desktop)