aswerdlow commited on
Commit
44f54d6
·
1 Parent(s): caeb1aa
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN pip install --upgrade pip \
40
  # Create a non-root user
41
  RUN useradd -m -u 1000 appuser
42
 
43
- RUN echo "lsd" > test.txt
44
 
45
  RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
46
  RUN git clone -b docker_wip --recurse-submodules https://github.com/alexanderswerdlow/unidisc.git /home/appuser/app
 
40
  # Create a non-root user
41
  RUN useradd -m -u 1000 appuser
42
 
43
+ RUN echo "lsf" > test.txt
44
 
45
  RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
46
  RUN git clone -b docker_wip --recurse-submodules https://github.com/alexanderswerdlow/unidisc.git /home/appuser/app