From ac581e1365b889d30bad90d1cdd92e79f5206443 Mon Sep 17 00:00:00 2001 From: Bill Metangmo <25366207+billmetangmo@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:10:01 +0200 Subject: [PATCH] Fixed build error: execvp No such file or directory --- Dockerfile | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ef513a2..9da5eea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ FROM ubuntu:bionic as builder RUN echo 'APT::Install-Recommends 0;' >> /etc/apt/apt.conf.d/01norecommends \ && echo 'APT::Install-Suggests 0;' >> /etc/apt/apt.conf.d/01norecommends \ && apt-get update \ + && DEBIAN_FRONTEND=noninteractive apt-get install -y --reinstall build-essential \ && DEBIAN_FRONTEND=noninteractive apt-get install -y bash mysql-client vim.tiny wget sudo net-tools ca-certificates unzip apt-transport-https \ && DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-dev libmysqlclient-dev libxml2-dev libxslt-dev python-dev libffi-dev gcc libssl-dev gettext \ && DEBIAN_FRONTEND=noninteractive apt-get install -y python-pip python-setuptools nodejs node-gyp npm ruby nginx \ diff --git a/requirements.txt b/requirements.txt index 34bc9e0..1dac739 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ w3lib==1.17.0 feedgenerator==1.8 brotli==0.6.0 sqlparse==0.2.4 +cryptography==2.8 #sudo apt-get install nodejs npm #sudo npm install -g less #sudo ln -s /usr/bin/nodejs /usr/bin/node