We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d348d9c commit 683cb9bCopy full SHA for 683cb9b
config/docker/Dockerfile
@@ -8,7 +8,7 @@ COPY requirements.txt .
8
COPY requirements-dev.txt .
9
10
RUN apk update && \
11
- apk add bash git curl python3 python3-dev py3-pip build-base libpq-dev freetype-dev libffi-dev ruby-full libmagic krb5 kinit rsync nodejs npm tzdata && \
+ apk add bash git curl python3 python3-dev py3-pip build-base libpq-dev freetype-dev libffi-dev ruby-full libmagic krb5 kinit rsync nodejs npm tzdata libxml2-dev libxslt-dev && \
12
npm install -g sass && \
13
ln -s /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
14
pip3 install -Ir requirements.txt && \
0 commit comments