You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/
Describe the bug
Dockerfile:14
13 |
14 | >>> RUN apt-get update &&
15 | >>> apt-get -y install python3 python3-pip python3-venv git curl golang-go
16 |
ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get -y install python3 python3-pip python3-venv git curl golang-go" did not complete successfully: exit code: 100
Desktop.
I am using Windows with WSL.
Additional context
The problem is fixed when I changed ubuntu version 23.04 to 24.04.
The text was updated successfully, but these errors were encountered: