Skip to content

Commit

Permalink
Add more dependencies to install pylint-odoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Llopis committed Oct 7, 2020
1 parent 7e8b600 commit 225402a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ ENV ADDON_CATEGORIES="--private" \
REPOS_FILE="odoo/custom/src/repos.yaml" \
VERBOSE=0
RUN apt-get update \
&& apt-get install -yqq curl docker.io git jq build-essential \
&& apt-get install -yqq \
build-essential \
libxml2-dev \
libxslt-dev \
curl \
docker.io \
git \
jq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& pip install --no-cache-dir docker-compose pipx \
Expand Down

0 comments on commit 225402a

Please sign in to comment.