Skip to content
View JoaRiski's full-sized avatar
Block or Report

Block or report JoaRiski

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. django-simple-graphql django-simple-graphql Public

    Python

  2. Install google chrome version matchi... Install google chrome version matching chromedriver
    1
    RUN apt-get update && \
    2
        apt-get install -y gnupg wget curl unzip --no-install-recommends && \
    3
        wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
    4
        echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list && \
    5
        apt-get update -y && \
  3. SSH-Tunnel-Example SSH-Tunnel-Example Public

    Example of how SSH tunneling can be used with Docker to connect to a server behind a VPN

    Dockerfile