mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-24 08:01:03 +00:00
ci: add snapcraft installation script
This commit is contained in:
parent
36c16804ec
commit
bdf53fa911
1 changed files with 24 additions and 0 deletions
24
.circleci/install_snapcraft.sh
Executable file
24
.circleci/install_snapcraft.sh
Executable file
|
|
@ -0,0 +1,24 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo apt-get update
|
||||||
|
|
||||||
|
sudo apt-get install -y \
|
||||||
|
python3-pip \
|
||||||
|
python3-apt \
|
||||||
|
python3-debian \
|
||||||
|
python3-pyelftools \
|
||||||
|
python3-yaml \
|
||||||
|
python3-tabulate \
|
||||||
|
python3-jsonschema \
|
||||||
|
python3-click \
|
||||||
|
python3-pymacaroons \
|
||||||
|
python3-simplejson \
|
||||||
|
python3-progressbar \
|
||||||
|
python3-requests-toolbelt \
|
||||||
|
python3-requests-unixsocket
|
||||||
|
|
||||||
|
sudo pip3 install \
|
||||||
|
petname \
|
||||||
|
snapcraft
|
||||||
|
|
||||||
|
snapcraft --version
|
||||||
Loading…
Add table
Reference in a new issue