Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 5 #909

Open
wants to merge 8 commits into
base: unstable
Choose a base branch
from
Open

Patch 5 #909

wants to merge 8 commits into from

Conversation

mrdeepmind
Copy link

No description provided.

python-pip to python3-pip & changed docker install & disabled usermod docker group
added apt-get install libssl-dev swig python3-dev gcc
apt-get install flake8 python3 python2
apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg \
    lsb-release

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg

apt-get install docker-ce docker-ce-cli containerd.io
groupadd docker
usermod -aG docker $USER
systemctl enable docker.service
sudo systemctl enable containerd.service
pip3 install poster3
poster --removed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant