We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccdd38 commit 0771f97Copy full SHA for 0771f97
1 file changed
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
+FROM mcr.microsoft.com/vscode/devcontainers/python:3.12-trixie
2
3
ENV POETRY_VERSION="1.7.1"
4
@@ -32,6 +32,7 @@ RUN apt-get update \
32
openssh-client \
33
procps \
34
sudo \
35
+ tealdeer \
36
unzip \
37
vim \
38
libgtk2.0-0 \
@@ -51,9 +52,6 @@ RUN apt-get update \
51
52
# Upgrade pip
53
RUN pip install --upgrade pip
54
-# Install tldr via npm (since it's not available in apt)
55
-RUN npm install -g tldr
56
-
57
COPY --chown=vscode:vscode .devcontainer/scripts/notify-dev-entrypoint.sh /usr/local/bin/
58
RUN chmod +x /usr/local/bin/notify-dev-entrypoint.sh
59
0 commit comments