Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Git Sync - Rsync Local
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Git Sync - Rsync Local
Commits
cd1ff4be
Commit
cd1ff4be
authored
3 years ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
fcuk!!
parent
8fc9b8b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hadolint.yaml
+2
-0
2 additions, 0 deletions
.hadolint.yaml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
3 additions
and
1 deletion
.hadolint.yaml
0 → 100644
+
2
−
0
View file @
cd1ff4be
ignored
:
-
DL3008
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
cd1ff4be
...
...
@@ -6,7 +6,7 @@ USER root:root
RUN
set
-ex
\
&&
apt-get update
-y
\
&&
apt-get
install
-y
rsync
\
&&
apt-get
install
--no-install-recommends
-y
rsync
\
&&
apt-get clean
-y
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
chmod
-Rv
0777
"
${
GIT_SYNC_ROOT
:-
/tmp/git
}
/"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment