Skip to content

Commit

Permalink
move 7z command test to main layer
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed May 10, 2024
1 parent 7a0f0dc commit 3b2596e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# test 7z install
RUN 7z -h

# install vcpkg
ENV VCPKG_ROOT=/root/src/github/microsoft/vcpkg
RUN git clone https://github.com/Microsoft/vcpkg.git ${VCPKG_ROOT}
Expand Down Expand Up @@ -94,6 +91,9 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# test 7z install
RUN 7z -h

RUN mkdir --parents /OdbDesign/bin
WORKDIR /OdbDesign

Expand Down

0 comments on commit 3b2596e

Please sign in to comment.