Commit feeee29 1 parent c4b7e66 commit feeee29 Copy full SHA for feeee29
File tree 5 files changed +5
-5
lines changed
.github/workflows/dockerfiles
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
31
31
32
32
RUN apt-get clean
33
33
34
- RUN useradd -u 1000 pyfakefs
34
+ RUN useradd pyfakefs
35
35
36
36
RUN mkdir -p work \
37
37
&& wget https://github.com/$github_repo/archive/$github_branch.zip -O archive.zip \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG github_branch=main
23
23
24
24
RUN dnf install -y python3-pip unzip wget
25
25
26
- RUN useradd -u 1000 pyfakefs
26
+ RUN useradd pyfakefs
27
27
28
28
RUN mkdir -p work \
29
29
&& wget https://github.com/$github_repo/archive/$github_branch.zip -O archive.zip \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV LANG en_US.UTF-8
26
26
ENV LANGUAGE en_US:en
27
27
ENV LC_COLLATE C.UTF-8
28
28
29
- RUN useradd -u 1000 pyfakefs
29
+ RUN useradd pyfakefs
30
30
31
31
RUN mkdir -p work \
32
32
&& wget https://github.com/$github_repo/archive/$github_branch.zip -O archive.zip \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
31
31
32
32
RUN apt-get clean
33
33
34
- RUN useradd -u 1000 pyfakefs
34
+ RUN useradd pyfakefs
35
35
36
36
RUN mkdir -p work \
37
37
&& wget https://github.com/$github_repo/archive/$github_branch.zip -O archive.zip \
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
39
39
wget
40
40
RUN apt-get clean
41
41
42
- RUN useradd -u 1000 pyfakefs
42
+ RUN useradd pyfakefs
43
43
44
44
RUN wget https://github.com/pytest-dev/pyfakefs/archive/main.zip \
45
45
&& unzip main.zip \
You can’t perform that action at this time.
0 commit comments