Skip to content

Commit

Permalink
Merge pull request #8434 from vikaskedia/patch-1
Browse files Browse the repository at this point in the history
removing a duplicate line
# Conflicts:
#	.docker/Dockerfile
  • Loading branch information
rodrigok committed Oct 29, 2017
1 parent 4645ed3 commit c7d45d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ MAINTAINER buildmaster@rocket.chat
RUN set -x \
&& curl -SLf "https://download.rocket.chat/build/rocket.chat-${RC_VERSION}.tgz" -o rocket.chat.tgz \
&& curl -SLf "https://download.rocket.chat/build/rocket.chat-${RC_VERSION}.tgz.asc" -o rocket.chat.tgz.asc \
&& mkdir /app \
&& gpg --verify rocket.chat.tgz.asc \
&& mkdir -p /app \
&& tar -zxf rocket.chat.tgz -C /app \
Expand Down

0 comments on commit c7d45d4

Please sign in to comment.