Skip to content

Commit

Permalink
ls removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nityanandagohain committed Nov 30, 2021
1 parent 792b69d commit d0681e8
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 @@ -23,7 +23,7 @@ RUN apk --no-cache add python bash java-postgresql-jdbc bc shadow procps curl &&
groupadd -r ranger -g 6080 && \
useradd --no-log-init -r -g ranger -u 6080 -d /opt/apache/ranger-admin ranger

RUN ls target
# RUN ls target
COPY target/ranger-2.2.0-admin.tar.gz /ranger-2.2.0-admin.tar.gz
COPY target/ranger-2.2.0-atlas-plugin.tar.gz /ranger-2.2.0-atlas-plugin.tar.gz
RUN tar -xzf /ranger-2.2.0-admin.tar.gz -C /opt/apache/ranger-admin --strip-components=1
Expand Down

0 comments on commit d0681e8

Please sign in to comment.