Skip to content

Commit

Permalink
recover
Browse files Browse the repository at this point in the history
  • Loading branch information
luciferlee committed Apr 28, 2020
1 parent c5c2c92 commit df7448b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/nimbix/Dockerfile_Ubuntu.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ FROM __from_image__
ARG GIT_BRANCH
ENV GIT_BRANCH ${GIT_BRANCH:-master}


RUN apt-get -y update && \
apt-get -y install curl && \
curl -H 'Cache-Control: no-cache' \
https://raw.githubusercontent.com/nimbix/image-common/$GIT_BRANCH/install-nimbix.sh \
| bash -s -- --setup-nimbix-desktop --image-common-branch $GIT_BRANCH

ADD help.html /etc/NAE/help.html
ADD AppDef.json /etc/NAE/AppDef.json
Expand Down

0 comments on commit df7448b

Please sign in to comment.