WFRaain commited on
Commit
e444822
·
1 Parent(s): 805a991
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,8 +7,8 @@ RUN apt update -qqy && apt install -y --no-install-recommends \
7
  procps \
8
  git \
9
  git-lfs && \
10
- apt-get clean && rm -rf /var/lib/apt/lists/* \
11
-
12
  RUN useradd -m -u 1000 user
13
  RUN --mount=type=ssh chown -R user:user /app
14
  RUN --mount=type=ssh chown -R user:user /usr/local/lib/python3.10
 
7
  procps \
8
  git \
9
  git-lfs && \
10
+ apt-get clean && rm -rf /var/lib/apt/lists/*
11
+
12
  RUN useradd -m -u 1000 user
13
  RUN --mount=type=ssh chown -R user:user /app
14
  RUN --mount=type=ssh chown -R user:user /usr/local/lib/python3.10