Skip to content
Snippets Groups Projects
Commit 37e4b509 authored by SAM CARPENTER's avatar SAM CARPENTER
Browse files

PLEASE work

parent 313d43ce
No related branches found
No related tags found
1 merge request!57Python Addition
...@@ -21,6 +21,11 @@ ARG AGENT_URL="https://common.${REGION}.informaticacloud.com/package-manager/fil ...@@ -21,6 +21,11 @@ ARG AGENT_URL="https://common.${REGION}.informaticacloud.com/package-manager/fil
ARG USER=agent ARG USER=agent
ENV INFA_HOME=/home/$USER/infaagent ENV INFA_HOME=/home/$USER/infaagent
# this better bypass python trying to use pip install
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
RUN ./aws/install
# install system tools # install system tools
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl \ curl \
...@@ -35,9 +40,8 @@ tzdata \ ...@@ -35,9 +40,8 @@ tzdata \
unixodbc \ unixodbc \
unzip \ unzip \
wget \ wget \
libidn11 libidn11 \
python3
RUN apt install -y --break-system-packages python3
RUN python3 --version RUN python3 --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment