Skip to content
Snippets Groups Projects
Verified Commit f7a9631a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-toolbox: Install svix-cli

parent 4e2c6f55
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ RUN apt-get -y update && \
useradd --gid 1000 --uid 1000 -m -d /opt/swh swh && \
mkdir /etc/swh
# Install svix cli
RUN wget -q https://github.com/svix/svix-cli/releases/download/v0.21.1/svix_0.21.1_linux_amd64.deb && \
dpkg -i svix_0.21.1_linux_amd64.deb
USER swh
WORKDIR /opt/swh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment