Skip to content

Commit

Permalink
[Elastic-HQ] Change move command
Browse files Browse the repository at this point in the history
  • Loading branch information
Den4ik committed Dec 2, 2024
1 parent e6572cf commit 4072e1f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions images/elastic-hq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ RUN apk update && \
apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev libffi-dev openssl-dev python3-dev make


# Copy source code
# Download ElasticHQ
RUN cd /tmp && \
wget -q $(wget -qO- https://api.github.com/repos/ElasticHQ/elasticsearch-HQ/releases/latest | grep "zipball_url" | cut -d '"' -f 4) -O elastichq.zip && \
unzip elastichq.zip && \
mv *elasticsearch-HQ*/* /src
unzip elastichq.zip \

# Copy source code
RUN mv /tmp/*elasticsearch-HQ*/* /src

# Set working directory
WORKDIR /src
Expand Down

0 comments on commit 4072e1f

Please sign in to comment.