Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LOFAR2.0
tango
5cc2104e040593b20cf938f807d1f76d405fcb2b
tango
docker-compose
lofar-itango
Dockerfile
Find file
Normal view
Permalink
Dockerfile
83 B
Newer
Older
Properly propagate source image for our itango image.
Jan David Mol
committed
4 years ago
1
2
ARG
SOURCE_IMAGE
FROM
${SOURCE_IMAGE}
Build our own itango image, with the itango-console requirements already included.
Jan David Mol
committed
4 years ago
3
4
RUN
pip3
install
"opcua >= 0.98.9"
astropy