Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tango Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Tango Images
Commits
0239a570
Commit
0239a570
authored
Sep 20, 2022
by
Matteo Di Carlo
Browse files
Options
Downloads
Patches
Plain Diff
ST-1381
add python3 in dependency
Signed-off-by:
Matteo Di Carlo
<
matteo.dicarlo@inaf.it
>
parent
99f8f7d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
images/ska-tango-images-tango-cpp/Dockerfile
+1
-1
1 addition, 1 deletion
images/ska-tango-images-tango-cpp/Dockerfile
images/ska-tango-images-tango-dependencies/Dockerfile
+1
-1
1 addition, 1 deletion
images/ska-tango-images-tango-dependencies/Dockerfile
with
2 additions
and
2 deletions
images/ska-tango-images-tango-cpp/Dockerfile
+
1
−
1
View file @
0239a570
...
@@ -20,7 +20,7 @@ RUN apt-get update && \
...
@@ -20,7 +20,7 @@ RUN apt-get update && \
git
\
git
\
libmariadbclient-dev
\
libmariadbclient-dev
\
libmariadbclient-dev-compat
\
libmariadbclient-dev-compat
\
pkg-config python
python3
pkg-config python
# build and install tangoidl
# build and install tangoidl
...
...
This diff is collapsed.
Click to expand it.
images/ska-tango-images-tango-dependencies/Dockerfile
+
1
−
1
View file @
0239a570
...
@@ -20,7 +20,7 @@ RUN apt-get update && \
...
@@ -20,7 +20,7 @@ RUN apt-get update && \
apt-get
-y
install
--no-install-recommends
\
apt-get
-y
install
--no-install-recommends
\
autoconf automake build-essential ca-certificates
\
autoconf automake build-essential ca-certificates
\
curl libkrb5-dev libtool pkg-config unzip
\
curl libkrb5-dev libtool pkg-config unzip
\
cmake python3-dev python3-pkgconfig
cmake python3-dev python3-pkgconfig
python3
RUN
mkdir
/usr/src/zeromq
RUN
mkdir
/usr/src/zeromq
WORKDIR
/usr/src/zeromq
WORKDIR
/usr/src/zeromq
...
...
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