Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ RUN apt-get update -y && apt-get upgrade -y && useradd -m docker
|
|
| 4 |
|
| 5 |
# install the packages and dependencies along with jq so we can parse JSON (add additional packages as necessary)
|
| 6 |
RUN apt-get install -y --no-install-recommends \
|
| 7 |
-
curl wget unzip vim git jq build-essential libssl-dev libffi-dev
|
| 8 |
|
| 9 |
RUN mkdir actions-runner && cd actions-runner
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
# install the packages and dependencies along with jq so we can parse JSON (add additional packages as necessary)
|
| 6 |
RUN apt-get install -y --no-install-recommends \
|
| 7 |
+
curl wget unzip vim git jq build-essential libssl-dev libffi-dev ca-certificates
|
| 8 |
|
| 9 |
RUN mkdir actions-runner && cd actions-runner
|
| 10 |
|