Fix devcontainer Dockerfile
authorAdam Dullage <redacted>
Sun, 28 Apr 2024 15:31:55 +0000 (16:31 +0100)
committerAdam Dullage <redacted>
Sun, 28 Apr 2024 15:31:55 +0000 (16:31 +0100)
.devcontainer/Dockerfile

index c06fc21702f6e14520276a77fbdf32eba880e42d..66992240fec026f6ff8125e543e04d988cd9272e 100644 (file)
@@ -4,7 +4,7 @@ FROM python:3.11-slim-bullseye
 RUN pip install --no-cache-dir pipenv\r
 \r
 # Install curl & git\r
-RUN apt update && apt install -y \\r
+RUN apt update && apt install -y \\r
     curl \\r
     git \\r
     && rm -rf /var/lib/apt/lists/*\r
git clone https://git.99rst.org/PROJECT