Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
be-abp-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
ABP Computing
ABP Computing Sandbox
be-abp-docker
Commits
fa339dc1
Commit
fa339dc1
authored
4 years ago
by
Guido Sterbini
Browse files
Options
Downloads
Patches
Plain Diff
Removing java toolkit
parent
f6c3f772
No related branches found
No related tags found
No related merge requests found
Pipeline
#2575255
passed
4 years ago
Stage: build:dockerimage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
requirements.txt
+2
-0
2 additions, 0 deletions
requirements.txt
with
5 additions
and
1 deletion
Dockerfile
+
3
−
1
View file @
fa339dc1
...
...
@@ -63,9 +63,11 @@ RUN echo "deb [arch=$(dpkg --print-architecture)] \
###############################################################################
RUN
apt-get
-qq
update
\
&&
apt-get
-yqq
install
x11-apps
sudo
wget git tmux vim meld openssh-server
\
build-essential cmake python-dev python3-dev sshuttle
openjdk-8-jdk
\
build-essential cmake python-dev python3-dev sshuttle
\
&& apt-get -yqq clean
# openjdk-8-jdk removed for a problem with eos
###############################################################################
# MAD-X installation (last releases)
###############################################################################
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
0
View file @
fa339dc1
...
...
@@ -21,3 +21,5 @@ pytest
pytest-cov
ruamel.yaml
ipywidgets
sympy
h5py
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