Skip to content

Commit

Permalink
Adiciona git nas imagens.
Browse files Browse the repository at this point in the history
  • Loading branch information
souzagaabriel committed Nov 28, 2018
1 parent b73a67f commit 13d658e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions base_debian_servicos_ensino_ctic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN apt update && \
apt -y upgrade && \
echo 'deb http://packages.x2go.org/debian stable main' >> /etc/apt/sources.list.d/x2go.list && \
echo 'deb-src http://packages.x2go.org/debian stable main' >> /etc/apt/sources.list.d/x2go.list && \
apt -y install curl mount davfs2 fuse sudo gnupg apt-utils && \
apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E && \
apt -y install curl mount davfs2 fuse sudo git gnupg gnupg2 apt-utils && \
apt-key adv --no-tty --keyserver keyserver.ubuntu.com --recv-keys E1F958385BFE2B6E && \
apt update && \
apt -y install openssh-server x2goserver x2goserver-xsession && \
apt -y install libnss-ldap libpam-ldap ldap-utils nscd && \
Expand Down
2 changes: 1 addition & 1 deletion base_ubuntu_servicos_ensino_ctic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt update && \
apt -y upgrade && \
apt -y install software-properties-common && \
apt -y install curl mount davfs2 fuse sudo gnupg apt-utils && \
apt -y install curl mount davfs2 fuse sudo gnupg git apt-utils && \
add-apt-repository ppa:x2go/stable && \
apt update && \
apt -y install openssh-server x2goserver x2goserver-xsession xterm && \
Expand Down
4 changes: 2 additions & 2 deletions matlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN chmod 0755 /docker-entrypoint.sh && \
apt -y upgrade && \
echo 'deb http://packages.x2go.org/debian stable main' >> /etc/apt/sources.list.d/x2go.list && \
echo 'deb-src http://packages.x2go.org/debian stable main' >> /etc/apt/sources.list.d/x2go.list && \
apt -y install curl mount davfs2 fuse sudo gnupg apt-utils && \
apt-key adv --keyserver keyserver.cais.rnp.br --receive-keys 0xe1f958385bfe2b6e && \
apt -y install curl git mount davfs2 fuse sudo gnupg apt-utils && \
apt-key adv --no-tty --keyserver keyserver.cais.rnp.br --receive-keys 0xe1f958385bfe2b6e && \
apt update && \
apt -y install openssh-server x2go-keyring x2goserver x2goserver-xsession libglu1-mesa libasound2 libdbus-glib-1-2 && \
apt -y install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools && \
Expand Down
1 change: 1 addition & 0 deletions omnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get install -y \
build-essential \
gcc \
g++ \
gdb \
bison \
flex \
perl \
Expand Down

0 comments on commit 13d658e

Please sign in to comment.