just trigger a re-build

This commit is contained in:
Ben
2021-03-04 01:40:09 -05:00
parent af4db8cc21
commit 489b3cf989

View File

@@ -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