Skip to content
Snippets Groups Projects
Commit fa339dc1 authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Removing java toolkit

parent f6c3f772
No related branches found
No related tags found
No related merge requests found
Pipeline #2575255 passed
...@@ -63,9 +63,11 @@ RUN echo "deb [arch=$(dpkg --print-architecture)] \ ...@@ -63,9 +63,11 @@ RUN echo "deb [arch=$(dpkg --print-architecture)] \
############################################################################### ###############################################################################
RUN apt-get -qq update \ RUN apt-get -qq update \
&& apt-get -yqq install x11-apps sudo wget git tmux vim meld openssh-server\ && 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 && apt-get -yqq clean
# openjdk-8-jdk removed for a problem with eos
############################################################################### ###############################################################################
# MAD-X installation (last releases) # MAD-X installation (last releases)
############################################################################### ###############################################################################
......
...@@ -21,3 +21,5 @@ pytest ...@@ -21,3 +21,5 @@ pytest
pytest-cov pytest-cov
ruamel.yaml ruamel.yaml
ipywidgets ipywidgets
sympy
h5py
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