Skip to content

Commit

Permalink
Addesses hadolint DL3003 errors in platypus Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jul 9, 2024
1 parent 713f286 commit 788a080
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/platypus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ ARG coverage=false

# Get Platypus
WORKDIR /$WORKDIR
# hadolint ignore=DL3003
RUN git clone https://github.com/$build_git_repo && \
cd platypus && \
git checkout $build_git_sha
RUN git clone https://github.com/$build_git_repo
WORKDIR /$WORKDIR/platypus
RUN git checkout $build_git_sha

# Build Platypus
WORKDIR /$WORKDIR/platypus
Expand Down

0 comments on commit 788a080

Please sign in to comment.