Skip to content

Commit

Permalink
Add the test tool into Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesChou committed Apr 4, 2019
1 parent 6618cd8 commit 439ae04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ LABEL "com.github.actions.description"="An action for running project with Phalc
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="black"

# Install the devtools
RUN docker-phalcon-install-devtools

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 439ae04

Please sign in to comment.