We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48050db commit 0e24dd9Copy full SHA for 0e24dd9
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu
2
3
# Install dependencies
4
RUN apt-get update
5
-RUN apt-get install -y build-essential file zsh git sudo ruby curl vim language-pack-en
+RUN apt-get install -y build-essential file zsh git sudo ruby curl vim neovim language-pack-en
6
7
# take an SSH key as a build argument
8
ARG PRIVATE_KEY
docker-compose.yml
@@ -0,0 +1,10 @@
1
+version: "3.8"
+services:
+ dev_environment:
+ build:
+ context: .
+ dockerfile: Dockerfile
+ volumes:
+ - .:/home/user/code/dotfiles
9
+ stdin_open: true
10
+ tty: true
0 commit comments