git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9dd0272
)
Fix devcontainer Dockerfile
author
Adam Dullage
<redacted>
Sun, 28 Apr 2024 15:31:55 +0000
(16:31 +0100)
committer
Adam Dullage
<redacted>
Sun, 28 Apr 2024 15:31:55 +0000
(16:31 +0100)
.devcontainer/Dockerfile
patch
|
blob
|
history
diff --git
a/.devcontainer/Dockerfile
b/.devcontainer/Dockerfile
index c06fc21702f6e14520276a77fbdf32eba880e42d..66992240fec026f6ff8125e543e04d988cd9272e 100644
(file)
--- a/
.devcontainer/Dockerfile
+++ b/
.devcontainer/Dockerfile
@@
-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