This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Added -S flag to addgroup command within Dockerfiles
master
Thomas Boerger
8 years ago
parent
4b0abdae9e
commit
d7dea676fd
No known key found for this signature in database
GPG Key ID:
5A388F55283960B6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+1
-1
Dockerfile.rpi
+ 1
- 1
Dockerfile
View File
@@ -18,7 +18,7 @@ RUN apk update && \
rm -rf \
/var/cache/apk/* && \
addgroup \
-g 1000 \
-
S -
g 1000 \
git && \
adduser \
-S -H -D \
+ 1
- 1
Dockerfile.rpi
View File
@@ -18,7 +18,7 @@ RUN apk update && \
rm -rf \
/var/cache/apk/* && \
addgroup \
-g 1000 \
-
S -
g 1000 \
git && \
adduser \
-S -H -D \
Write
Preview
Loading…
Cancel
Save