Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-openldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
et-public
docker-openldap
Commits
55cda5cd
Commit
55cda5cd
authored
3 years ago
by
Xueshan Feng
Browse files
Options
Downloads
Patches
Plain Diff
Remove stanford-server-directory package.
parent
704fe71c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+0
-17
0 additions, 17 deletions
docker/Dockerfile
with
0 additions
and
17 deletions
docker/Dockerfile
+
0
−
17
View file @
55cda5cd
...
...
@@ -25,23 +25,6 @@ RUN apt-get update && \
kstart
\
procps
# local apt repos
RUN
apt-get
-qq
update
\
&&
count
=
0
\
&&
until
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
FDF37CD4279D4962
||
[
$count
-eq
5
]
;
\
do
\
count
=
`
expr
$count
+ 1
`
;
sleep
$count
;
\
done
# Add souces file to find stanford-server-directory package
ADD
etc/apt/sources.list.d/stanford.list /etc/apt/sources.list.d/stanford.list
ADD
etc/apt/sources.list.d/local.list /etc/apt/sources.list.d/local.list
RUN
apt-get update
--allow-unauthenticated
\
&&
apt-get
--assume-yes
--allow-unauthenticated
install
--no-install-recommends
\
stanford-keyring
\
libreadonly-perl
\
stanford-server-directory
# Copy software from stage image
COPY
--from=builder /artifacts /
...
...
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