Skip to content

Commit 975b690

Browse files
committed
split first step into 3
1 parent 2b789f8 commit 975b690

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM python:3.13-slim
22

33

4-
RUN usermod -d /home www-data \
5-
&& chown www-data:www-data /home \
6-
&& apt-get update
4+
RUN usermod -d /home www-data
5+
RUN chown www-data:www-data
6+
RUN apt-get update
77

8-
# mfr dependencies
8+
# mfr dependencies
99
RUN apt-get install -y \
1010
git \
1111
make \

0 commit comments

Comments
 (0)