Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs350-container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Kabir Oberai
cs350-container
Commits
3ebbc5e9
Commit
3ebbc5e9
authored
2 years ago
by
Kabir Oberai
Browse files
Options
Downloads
Patches
Plain Diff
Update GDB
Needed for MI breakpoints
parent
d877222c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
os161-container/Dockerfile
+1
-1
1 addition, 1 deletion
os161-container/Dockerfile
os161-container/dependencies/os161-gdb.tar.gz
+0
-0
0 additions, 0 deletions
os161-container/dependencies/os161-gdb.tar.gz
with
1 addition
and
1 deletion
os161-container/Dockerfile
+
1
−
1
View file @
3ebbc5e9
...
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
...
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
# Update gcc - ubuntu is used cause seems alpine gets upset
# Update gcc - ubuntu is used cause seems alpine gets upset
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
--no-install-recommends
-y
gcc make wget g++ python3 libncurses-dev python3-pip git
&&
\
apt-get
install
--no-install-recommends
-y
gcc make wget g++ python3 libncurses-dev python3-pip git
bear
&&
\
rm
-rf
/var/lib/apt/lists/
*
rm
-rf
/var/lib/apt/lists/
*
# Setup directories
# Setup directories
...
...
This diff is collapsed.
Click to expand it.
os161-container/dependencies/os161-gdb.tar.gz
+
0
−
0
View file @
3ebbc5e9
No preview for this file type
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