Skip to content

Commit

Permalink
Update wzd.Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Yenien Serrano <[email protected]>
  • Loading branch information
yenienserrano authored Dec 13, 2023
1 parent 2589c81 commit 0ff0fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/build-packages/docker/wzd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN mkdir -p $INSTALL_DIR
RUN mkdir -p /tmp

# Download and extract wazuh-dashboard
COPY ./$PACKAGE_PATH /tmp
RUN unzip /tmp/$PACKAGE_PATH -d /tmp/tar/
COPY ./$PACKAGE_NAME /tmp
RUN unzip /tmp/$PACKAGE_NAME -d /tmp/tar/
RUN tar -xf /tmp/tar/$(ls /tmp/tar) --directory $INSTALL_DIR --strip-components=1

# Generate certificates
Expand Down

0 comments on commit 0ff0fd9

Please sign in to comment.