From 558b9b0368e7c1333bf2b07b162398dca3b0a118 Mon Sep 17 00:00:00 2001 From: Dalton Smith Date: Fri, 6 Mar 2020 00:26:49 -0500 Subject: [PATCH] spelling --- frc-read-the-docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frc-read-the-docs/Dockerfile b/frc-read-the-docs/Dockerfile index 9dcf5a3..dd23e4d 100644 --- a/frc-read-the-docs/Dockerfile +++ b/frc-read-the-docs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 RUN apt-get update && apt-get install -y build-essential redis-server \ python3.7 python3.7-dev \ python3 python3-dev python3-pip \ - libxml2-dev libsxlt1-dev zlib1g-dev + libxml2-dev libxslt1-dev zlib1g-dev ENV DOCKER_ENABLE True