Project ID: 30421e78-0af4-4e56-8bc5-4890f4ffe42d
In service: hiveMQ, Initialally I'm trying to deploy from the hiveMQ template but it seem to throw this error on apt-get ? Now i'm confused
#7 0.095 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
#7 ERROR: process "/bin/sh -c apt-get update && apt-get install -y nginx" did not complete successfully: exit code: 100
-----
> [3/4] RUN apt-get update && apt-get install -y nginx:
0.095 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
-----
1 warning found (use --debug to expand):
- JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 21)
Dockerfile:13
-------------------
12 | # Install Nginx for reverse proxy
13 | >>> RUN apt-get update && \
14 | >>> apt-get install -y nginx
15 |
-------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y nginx" did not complete successfully: exit code: 100
#7 0.095 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
#7 ERROR: process "/bin/sh -c apt-get update && apt-get install -y nginx" did not complete successfully: exit code: 100
-----
> [3/4] RUN apt-get update && apt-get install -y nginx:
0.095 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
-----
1 warning found (use --debug to expand):
- JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 21)
Dockerfile:13
-------------------
12 | # Install Nginx for reverse proxy
13 | >>> RUN apt-get update && \
14 | >>> apt-get install -y nginx
15 |
-------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y nginx" did not complete successfully: exit code: 100