Skip to content

Commit

Permalink
make websocat executable
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <deminy@deminy.net>
  • Loading branch information
deminy committed Oct 3, 2023
1 parent 7704846 commit 6261ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN \
apt-get update && \
apt-get install -y apache2-utils netcat-traditional xxd --no-install-recommends && \
curl -sfL -o /usr/bin/websocat "https://github.com/vi/websocat/releases/download/v1.12.0/websocat.$(uname -m)-unknown-linux-musl" && \
chmod 755 /usr/bin/websocat && \
rm -rf /var/lib/apt/lists/* && \
composer require -d ${HOME} -n predis/predis:~2.2.0 && \
composer clearcache

0 comments on commit 6261ab2

Please sign in to comment.