Skip to content

Commit

Permalink
Merge pull request thewhiteh4t#367 from vertex/master
Browse files Browse the repository at this point in the history
adds php-json package to the docker file
  • Loading branch information
thewhiteh4t authored May 2, 2022
2 parents 461c551 + 1413776 commit 173103a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ git \
python3 \
py3-pip gcc \
python3-dev \
php openssh
php php-json openssh
WORKDIR /root
RUN git clone https://github.com/thewhiteh4t/seeker.git
WORKDIR /root/seeker/
ENTRYPOINT ["/bin/sh"]
ENTRYPOINT ["/bin/sh"]

0 comments on commit 173103a

Please sign in to comment.