Untitled

 avatar
unknown
plain_text
2 years ago
220 B
5
Indexable
from ubuntu

RUN apt-get update && apt-get install -y bash curl sudo

RUN curl -1sLf \
  'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.deb.sh' | bash

RUN apt-get update && apt-get install -y infisical

Editor is loading...