1
0
mirror of https://github.com/amix/vimrc synced 2025-07-10 03:25:00 +08:00
This commit is contained in:
Geezus
2019-05-16 14:30:26 -05:00
163 changed files with 3545 additions and 1379 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.12.1
FROM golang:1.12.4
RUN apt-get update -y && \
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \