File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323
2424before_install :
2525- sudo apt-get update
26- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
26+ - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
2727- nvm install 7
2828- nvm use 7
2929- if [ -f ${DOCKER_CACHE_FILE} ]; then gunzip -c ${DOCKER_CACHE_FILE} | docker load; fi
Original file line number Diff line number Diff line change 1- FROM java:8-jre -alpine
1+ FROM java:8-jdk -alpine
22
33EXPOSE 8080
44
55RUN set -ex && \
66 if [ $(wget -qO- ipinfo.io/country) == CN ]; then echo "http://mirrors.aliyun.com/alpine/latest-stable/main/" > /etc/apk/repositories ;fi && \
77 apk update && \
8- apk add --no-cache zsh git
8+ apk add --no-cache zsh git openssh
99
1010# Install oh-my-zsh
1111RUN git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh \
You can’t perform that action at this time.
0 commit comments