Skip to content

Commit

Permalink
Changes for OpenSearch end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 31, 2024
1 parent 7cd46e7 commit 8e60061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/end_to_end/output_opensearch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /home/test/plaso

# Install OpenSearch.
RUN wget -q https://artifacts.opensearch.org/releases/bundle/opensearch/${OPENSEARCH_VERSION}/opensearch-${OPENSEARCH_VERSION}-linux-x64.deb && \
dpkg -i opensearch-${OPENSEARCH_VERSION}-linux-x64.deb && \
dpkg -i opensearch-${OPENSEARCH_VERSION}-linux-x64.deb; \
rm -f opensearch-${OPENSEARCH_VERSION}-linux-x64.deb

# Install Plaso and dependencies.
Expand Down

0 comments on commit 8e60061

Please sign in to comment.