We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0c528 commit b71f250Copy full SHA for b71f250
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get upgrade -y && useradd -m docker
10
# install python and the packages the your code depends on along with jq so we can parse JSON
11
# add additional packages as necessary
12
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
13
- curl jq build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip unzip git libicu-dev
+ curl jq build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip unzip git libicu-dev yq rsync
14
15
# cd into the user directory, download and unzip the github actions runner
16
RUN cd /home/docker && mkdir actions-runner && cd actions-runner \
0 commit comments