Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
refs #12
Browse files Browse the repository at this point in the history
* fix DEFAULT_EDITOR used for rancherize rancher:access
  • Loading branch information
Bastian Rang committed Aug 4, 2017
1 parent f16d306 commit 06aeb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN ["chmod", "777", "$RANCHERIZE_HOME"]
ENV HOME=$RANCHERIZE_HOME

# default editor
ENV EDITOR=DEFAULT_EDITOR
ENV EDITOR=$DEFAULT_EDITOR

# install packages
RUN apk update \
Expand Down

0 comments on commit 06aeb1d

Please sign in to comment.