Add fish, scripts and git
This commit is contained in:
10
test/Dockerfile
Normal file
10
test/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8
|
||||
|
||||
ENV DEVCONTAINER=1
|
||||
|
||||
WORKDIR /workspaces
|
||||
|
||||
COPY . /root/dotfiles
|
||||
RUN /root/dotfiles/install.sh
|
||||
|
||||
CMD fish
|
||||
Reference in New Issue
Block a user