Skip to content

Commit 683cb9b

Browse files
disco-ioNotFish232
authored andcommitted
fix(dev): add packages to dockerfile apk
1 parent d348d9c commit 683cb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY requirements.txt .
88
COPY requirements-dev.txt .
99

1010
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 && \
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 libxml2-dev libxslt-dev && \
1212
npm install -g sass && \
1313
ln -s /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
1414
pip3 install -Ir requirements.txt && \

0 commit comments

Comments
 (0)