From 489b3cf989ea655c986ec6f6e69c124e193cb011 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 4 Mar 2021 01:40:09 -0500 Subject: [PATCH] just trigger a re-build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42abd8b..6eb38e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV SHELL=/bin/bash RUN sudo apt-get update && sudo apt-get install unzip -y RUN curl https://rclone.org/install.sh | sudo bash -# You can add custom software and dependencies for your environment here +# You can add custom software and dependencies for your environment here. Some examples: # RUN code-server --install-extension esbenp.prettier-vscode # RUN sudo apt-get install -y build-essential # RUN COPY myTool /home/coder/myTool