Skip to content

Instantly share code, notes, and snippets.

@p0tr3c
p0tr3c / keybase.md
Last active January 11, 2023 18:23

Keybase proof

I hereby claim:

  • I am p0tr3c on github.
  • I am p0tr3c (https://keybase.io/p0tr3c) on keybase.
  • I have a public key ASAVaUDvCA10U3IlUiCk9CXIVXbwJ-2Lmlv8mLPBWGW1EAo

To claim this, I am signing this object:

@p0tr3c
p0tr3c / Dockerfile
Created June 5, 2019 18:18
Cargo source docker file
FROM rust:latest
ARG USER_UID="1000"
ARG GROUP_GID="1000"
ARG USER_NAME="rust"
ARG GROUP_NAME="rust"
ARG RUST_RELEASE_VERSION="0.36.0"
ARG RUST_RELEASE_URL="https://github.com/rust-lang/cargo/archive/${RUST_RELEASE_VERSION}.tar.gz"
RUN groupadd -r -g ${GROUP_GID} ${GROUP_NAME} && \
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => General
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Sets how many lines of history VIM has to remember
set history=500
" Enable filetype plugins
filetype plugin on
filetype indent on