Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Commits
37e4b509
Commit
37e4b509
authored
11 months ago
by
SAM CARPENTER
Browse files
Options
Downloads
Patches
Plain Diff
PLEASE work
parent
313d43ce
No related branches found
No related tags found
1 merge request
!57
Python Addition
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-3
7 additions, 3 deletions
Dockerfile
with
7 additions
and
3 deletions
Dockerfile
+
7
−
3
View file @
37e4b509
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment