- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -37,7 +37,7 @@ RUN pip install --upgrade pip \
|
|
| 37 |
# Create a non-root user
|
| 38 |
RUN useradd -m -u 1000 appuser
|
| 39 |
|
| 40 |
-
RUN echo "
|
| 41 |
|
| 42 |
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
|
| 43 |
RUN git clone -b docker_wip --recurse-submodules https://github.com/alexanderswerdlow/unidisc.git /home/appuser/app
|
|
|
|
| 37 |
# Create a non-root user
|
| 38 |
RUN useradd -m -u 1000 appuser
|
| 39 |
|
| 40 |
+
RUN echo "lsd" > test.txt
|
| 41 |
|
| 42 |
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
|
| 43 |
RUN git clone -b docker_wip --recurse-submodules https://github.com/alexanderswerdlow/unidisc.git /home/appuser/app
|