We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c7bda commit f57900aCopy full SHA for f57900a
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM java:8-jre-alpine
+FROM java:8-jdk-alpine
2
3
EXPOSE 8080
4
5
RUN set -ex && \
6
if [ $(wget -qO- ipinfo.io/country) == CN ]; then echo "http://mirrors.aliyun.com/alpine/latest-stable/main/" > /etc/apk/repositories ;fi && \
7
apk update && \
8
- apk add --no-cache zsh git
+ apk add --no-cache zsh git openssh
9
10
# Install oh-my-zsh
11
RUN git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh \
0 commit comments