Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsi-gilberto committed Jun 22, 2020
1 parent ad63a4a commit 8bf57b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN set -eux; \
apt-get clean

RUN set -eux; \
curl ${HADOOP_URL} | tar -xz -C /opt && \
mv /opt/hadoop-${HADOOP_VERION} ${HADOOP_HOME} && \
curl ${HADOOP_URL} | tar -xz -C /opt; \
mv /opt/hadoop-${HADOOP_VERION} ${HADOOP_HOME}; \
chown -R hadoop:hadoop ${HADOOP_HOME}

ENV PATH="${PATH}:${HADOOP_HOME}/bin"
Expand Down

0 comments on commit 8bf57b9

Please sign in to comment.