Skip to content

Commit 0771f97

Browse files
committed
fixes
1 parent 0ccdd38 commit 0771f97

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
1+
FROM mcr.microsoft.com/vscode/devcontainers/python:3.12-trixie
22

33
ENV POETRY_VERSION="1.7.1"
44

@@ -32,6 +32,7 @@ RUN apt-get update \
3232
openssh-client \
3333
procps \
3434
sudo \
35+
tealdeer \
3536
unzip \
3637
vim \
3738
libgtk2.0-0 \
@@ -51,9 +52,6 @@ RUN apt-get update \
5152
# Upgrade pip
5253
RUN pip install --upgrade pip
5354

54-
# Install tldr via npm (since it's not available in apt)
55-
RUN npm install -g tldr
56-
5755
COPY --chown=vscode:vscode .devcontainer/scripts/notify-dev-entrypoint.sh /usr/local/bin/
5856
RUN chmod +x /usr/local/bin/notify-dev-entrypoint.sh
5957

0 commit comments

Comments
 (0)