We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9a06c commit 558b9b0Copy full SHA for 558b9b0
frc-read-the-docs/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
3
RUN apt-get update && apt-get install -y build-essential redis-server \
4
python3.7 python3.7-dev \
5
python3 python3-dev python3-pip \
6
- libxml2-dev libsxlt1-dev zlib1g-dev
+ libxml2-dev libxslt1-dev zlib1g-dev
7
8
ENV DOCKER_ENABLE True
9
0 commit comments