Skip to content

Commit

Permalink
Python package updates (#3385) (#3387)
Browse files Browse the repository at this point in the history
- Updated Python from 3.10.6 to 3.10.12
- Update all dependencies
- Removed automatic generation of service principle
- Added SP definition inside cloud configuration

Co-authored-by: Luuk van Venrooij <[email protected]>
  • Loading branch information
przemyslavic and seriva authored Aug 24, 2023
1 parent e09e580 commit e2cdb58
Show file tree
Hide file tree
Showing 16 changed files with 2,287 additions and 2,206 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.6-slim
FROM python:3.10.12-slim

ARG USERNAME=vscode
ARG USER_UID=1000
Expand All @@ -20,7 +20,7 @@ RUN : INSTALL APT REQUIREMENTS \
make musl-dev openssh-client procps \
psmisc rsync ruby-full sudo tar \
unzip vim \
openjdk-11-jdk-headless \
openjdk-17-jre-headless \
&& apt-get -q autoremove -y \
&& apt-get -q clean -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -67,7 +67,7 @@ RUN : SETUP USER AND OTHERS \
&& setcap 'cap_net_bind_service=+ep' /usr/bin/ssh

RUN : SETUP JAVE_HOME
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64/
ENV JAVA_HOME /usr/lib/jvm/java-17-openjdk-amd64/

RUN : SETUP EPICLI ALIAS \
&& echo alias epicli='"export PYTHONPATH=/workspaces/epiphany && python3 -m cli.epicli"' >> /etc/bash.bashrc
Loading

0 comments on commit e2cdb58

Please sign in to comment.