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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Git Sync - Rsync Local
Commits
8fc9b8b8
Commit
8fc9b8b8
authored
Jan 22, 2022
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
apt -> apt-get
parent
ee35854b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
8fc9b8b8
...
@@ -5,9 +5,9 @@ ENV GIT_SYNC_ROOT='/tmp/git' GIT_SYNC_DEST='config' GIT_SYNC_EXECHOOK_COMMAND='/
...
@@ -5,9 +5,9 @@ ENV GIT_SYNC_ROOT='/tmp/git' GIT_SYNC_DEST='config' GIT_SYNC_EXECHOOK_COMMAND='/
USER
root:root
USER
root:root
RUN
set
-ex
\
RUN
set
-ex
\
&&
apt update
-y
\
&&
apt
-get
update
-y
\
&&
apt
install
-y
rsync
\
&&
apt
-get
install
-y
rsync
\
&&
apt clean
\
&&
apt
-get
clean
-y
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
chmod
-Rv
0777
"
${
GIT_SYNC_ROOT
:-
/tmp/git
}
/"
&&
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