Skip to content

Commit

Permalink
dont add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Jul 23, 2017
1 parent ffcf586 commit b5ba7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
LABEL maintainer="Victor Borja <vborja@apache.org>"
LABEL updated_at=2017-08-23

RUN apt-get update -q && apt-get install -y git
RUN apt-get update -q && apt-get install -y git curl

RUN adduser --shell /bin/bash --home /asdf --disabled-password asdf
ENV PATH="${PATH}:/asdf/.asdf/shims:/asdf/.asdf/bin"
Expand All @@ -15,5 +15,5 @@ COPY asdf-install-toolset /usr/local/bin

ONBUILD USER asdf
ONBUILD RUN git clone --depth 1 https://github.com/asdf-vm/asdf.git $HOME/.asdf && \
echo -e '\n. $HOME/.asdf/asdf.sh' >> $HOME/.bashrc && \
echo -e '\n. $HOME/.asdf/asdf.sh' >> $HOME/.profile
echo '. $HOME/.asdf/asdf.sh' >> $HOME/.bashrc && \
echo '. $HOME/.asdf/asdf.sh' >> $HOME/.profile

0 comments on commit b5ba7d5

Please sign in to comment.