1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 02:25:00 +08:00

Update some plugins.

This commit is contained in:
Kurtis Moxley
2022-08-08 16:41:37 +08:00
parent f6ba361e3e
commit bbbedb5311
15 changed files with 204 additions and 79 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18.1
FROM golang:1.19.0
RUN apt-get update -y --allow-insecure-repositories && \
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \