Skip to content

Instantly share code, notes, and snippets.

@fritsstegmann
fritsstegmann / Setup Redis 6 with TLS on Ubuntu 18.04.md
Last active January 5, 2024 18:50
Setup Redis 6 with TLS
On Ubuntu 18.04
@fritsstegmann
fritsstegmann / Setup MinIO on Ubuntu 18 04 with SSL and client CLI.md
Last active September 14, 2021 04:45
Setup MinIO on Ubuntu 18 04 with SSL and client CLI
cd ~
apt install -y python3-pip gcc make autoconf automake git python3-pip python3-requests \
python3-mock gettext pkgconf xsltproc python3-dev pep8 pyflakes python3-yaml systemd \
logrotate python3-psutil python3-ldap python3-lxml python3-websockify python3-jsonschema \
openssl nginx python3-cherrypy3 python3-pam python-m2crypto gettext python3-openssl \
python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 \
novnc qemu-kvm python3-libvirt python3-parted python3-guestfs python3-pil python3-cherrypy3 \
libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools \
libnl-route-3-dev
FROM jenkinsci/jenkins
USER root
RUN curl -sL https://deb.nodesource.com/setup_0.12 | bash - \
&& apt-get install -y python-pip apt-utils curl git build-essential nodejs apt-transport-https ca-certificates \
&& apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D \
&& echo 'deb https://apt.dockerproject.org/repo ubuntu-trusty main' > /etc/apt/sources.list.d/docker.list \
&& apt-get update \
&& apt-get install -y docker-engine \