From 54ea0425688a41b6458af12344e8c92ba54af7eb Mon Sep 17 00:00:00 2001 From: Anu Priya Date: Mon, 6 Jan 2025 05:29:45 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f64905b..dfaf7ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ fish \ zsh \ libatomic1 \ + libtool \ git \ python3-pip \ poppler-utils \ @@ -61,6 +62,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libsqlite3-dev \ libncursesw5-dev \ xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \ + autoconf automake \ pkg-config \ awscli \ rlwrap \ @@ -80,9 +82,9 @@ RUN add-apt-repository -y ppa:git-core/ppa RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash RUN apt-get update && apt-get install -y --no-install-recommends git git-lfs -### Python 3.11 ### +### Python 3.12 ### RUN add-apt-repository ppa:deadsnakes/ppa -RUN apt-get update && apt-get install -y python3.11-full +RUN apt-get update && apt-get install -y python3.12 python3-dev # Downloading the latest VSC Server release and extracting the release archive # Rename `openvscode-server` cli tool to `code` for convenience