File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
2222 sudo git curl gnupg software-properties-common wget \
2323 ca-certificates apt-utils build-essential vim \
2424 iproute2 net-tools iputils-* ifupdown cmake acl \
25- npm time mariadb-client postgresql-client jq python3
25+ time mariadb-client postgresql-client jq python3 python3-requests python3-venv
2626
2727# Required for auth-backend gsqlite3 tests
2828RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
@@ -60,8 +60,7 @@ RUN inv install-rec-build-deps
6060RUN inv install-dnsdist-build-deps $([ "$(. /etc/os-release && echo $VERSION_CODENAME)" = "bullseye" ] && echo "--skipXDP=True" )
6161
6262# Copy permissions for /opt and node_modules like Github runner VMs
63- RUN sudo mkdir -p /usr/local/lib/node_modules
64- RUN sudo chmod 777 /opt /usr/local/bin /usr/share /usr/local/lib/node_modules
63+ RUN sudo chmod 777 /opt /usr/local/bin /usr/share
6564RUN sudo chmod 777 -R /opt/pdns-auth || true
6665
6766WORKDIR ${USER_HOME}
You can’t perform that action at this time.
0 commit comments