Skip to content
Snippets Groups Projects
Verified Commit be245751 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

update some deps in Dockerfile

parent 9108ae05
No related merge requests found
......@@ -18,9 +18,9 @@ RUN \
bash=~5.1.4-r0 \
cargo=~1.52.1-r1 \
chromium=~91.0.4472.164-r0 \
curl=~7.78.0-r0 \
curl=~7.79.0-r0 \
# needed for installing pycurl python module
curl-dev=~7.78.0-r0 \
curl-dev=~7.79.0-r0 \
# Needed for "unbuffer" to timestamp cmds
expect=~5.45.4-r0 \
gcc=~10.3.1_git20210424-r2 \
......@@ -35,7 +35,7 @@ RUN \
py3-pip=~20.3.4-r1 \
python3-dev=~3.9.5-r1 \
rsync=~3.2.3-r4 \
yq=4.6.3-r1 && \
yq=4.6.3-r2 && \
rm -rf /var/cache/* && \
mkdir /var/cache/apk && \
chmod a+x /usr/local/bin/* && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment