Skip to content

Commit

Permalink
python2 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jan 18, 2024
1 parent c8d08f5 commit c37a353
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions Dockerfile.izumi-env-build
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# syntax = edrevo/dockerfile-plus

ARG V_UBUNTU=22.04
FROM ubuntu:${V_UBUNTU}
ARG URELEASE=jammy


INCLUDE+ lib/Dockerfile.common

Expand Down Expand Up @@ -46,8 +44,8 @@ RUN apt-get install -y --no-install-recommends \
RUN apt-get install -y --no-install-recommends \
nodejs yarn

RUN apt-get install -y --no-install-recommends \
python-pip python-setuptools
# RUN apt-get install -y --no-install-recommends \
# python-pip python-setuptools

RUN apt-get install -y --no-install-recommends \
golang-${V_GOLANG}
Expand All @@ -73,7 +71,7 @@ RUN curl -Lo /usr/local/bin/cs https://git.io/coursier-cli-linux && chmod +x /us

RUN npm i -g typescript@${V_TYPESCRIPT}

RUN apt-get install -y --no-install-recommends python3-pip && \
RUN apt-get install -y --no-install-recommends python3-setuptools python3-pip && \
pip3 install awscli

RUN gem install sass && \
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile.izumi-env-runtime
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# syntax = edrevo/dockerfile-plus

ARG V_UBUNTU=22.04
FROM ubuntu:${V_UBUNTU}
ARG URELEASE=jammy

INCLUDE+ lib/Dockerfile.common

INCLUDE+ lib/Dockerfile.common-java
Expand Down
4 changes: 4 additions & 0 deletions lib/Dockerfile.common
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ARG V_UBUNTU=22.04
FROM ubuntu:${V_UBUNTU}
ARG URELEASE=jammy

### Both envs
ARG V_GRAAL=21.0.2
ARG V_DOTNETSDK=7.0
Expand Down

0 comments on commit c37a353

Please sign in to comment.