Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anupriya17 authored Jan 5, 2025
1 parent 7575eaf commit 54ea042
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fish \
zsh \
libatomic1 \
libtool \
git \
python3-pip \
poppler-utils \
Expand Down Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 54ea042

Please sign in to comment.