Skip to content

Commit b71f250

Browse files
authored
Update Dockerfile
1 parent ae0c528 commit b71f250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get upgrade -y && useradd -m docker
1010
# install python and the packages the your code depends on along with jq so we can parse JSON
1111
# add additional packages as necessary
1212
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
13+
curl jq build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip unzip git libicu-dev yq rsync
1414

1515
# cd into the user directory, download and unzip the github actions runner
1616
RUN cd /home/docker && mkdir actions-runner && cd actions-runner \

0 commit comments

Comments
 (0)