Skip to content

Instantly share code, notes, and snippets.

View applejag's full-sized avatar

kalle (jag) applejag

View GitHub Profile
@applejag
applejag / Dockerfile
Last active March 6, 2022 11:47 — forked from Inkimar/gist:2c25f3543428f69c12d8db348d606501
Dockerfile, ukraina
FROM rocker/r-ubuntu:20.04
LABEL maintainer="inkimar <inkimar>"
RUN apt-get update && apt-get install -y --no-install-recommends \
sudo \
libcurl4-gnutls-dev \
libcairo2-dev \
libxt-dev \
libssl-dev \
libssh2-1-dev \
libudunits2-dev \