Skip to content

Commit

Permalink
Imagem padrão ubuntu containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
souzagaabriel committed Aug 26, 2019
1 parent 2c183f7 commit 2323e26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base_ubuntu_servicos_ensino_ctic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# - https://docs.docker.com/engine/examples/running_ssh_service/
# - https://github.com/theodotos/debian-ssh-docker

FROM ubuntu:latest
FROM ubuntu:18.04

ARG BUILD_DATE
ARG VCS_REF
Expand All @@ -22,7 +22,8 @@ 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 git apt-utils && \
#apt -y install curl mount libneon27 davfs2 fuse sudo gnupg git apt-utils && \
apt -y install curl mount libneon27=0.30.2-2build1 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

0 comments on commit 2323e26

Please sign in to comment.