Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!398
tweaking settings and ingestion script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
tweaking settings and ingestion script
misc
into
main
Overview
5
Commits
3
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Merged
Charlotte Hausman
requested to merge
misc
into
main
3 years ago
Overview
5
Commits
3
Pipelines
3
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
a703d308
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a703d308
tweaking settings and ingestion script
· a703d308
Charlotte Hausman
authored
3 years ago
services/workflow/Dockerfile
+
1
−
1
Options
@@ -9,7 +9,7 @@ ENV ENV=${env}
USER
root
# HTCondor install
RUN
apt update
&&
apt
install
-y
wget gnupg
sudo
curl
RUN
apt update
&&
apt
install
-y
wget gnupg
sudo
RUN
wget
-qO
- https://research.cs.wisc.edu/htcondor/debian/HTCondor-Release.gpg.key |
sudo
apt-key add -
RUN
echo
"deb http://research.cs.wisc.edu/htcondor/debian/8.8/buster buster contrib"
>
/etc/apt/sources.list.d/htcondor.list
RUN
echo
"deb-src http://research.cs.wisc.edu/htcondor/debian/8.8/buster buster contrib"
>>
/etc/apt/sources.list.d/htcondor.list
Loading