Skip to content

Commit

Permalink
Check Python version
Browse files Browse the repository at this point in the history
temporary
  • Loading branch information
jlantz authored Nov 14, 2024
1 parent 44f9689 commit e02334a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ LABEL org.opencontainers.image.source="https://github.com/muselab-d2x/d2x"
# Install Python
RUN apt-get update && apt-get upgrade -y && apt-get install -y python3-pip

RUN python --version

# Install GitHub CLI
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
Expand Down

0 comments on commit e02334a

Please sign in to comment.