Skip to content

Instantly share code, notes, and snippets.

View geekkun's full-sized avatar
🗾
Want to travel

Aleks Kuznetsov geekkun

🗾
Want to travel
View GitHub Profile
@geekkun
geekkun / Dockerfile
Last active September 14, 2018 14:43 — forked from hustshawn/elastic_backup_upload_s3.sh
Using elasticdump to download and upload to S3
FROM node:8
RUN apt-get update && \
apt-get install -y \
python3 \
python3-pip \
python3-setuptools \
groff \
less \
cron \
&& pip3 install --upgrade pip \