Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cyber-sandbox-creator
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
MUNI-KYPO-CSC
cyber-sandbox-creator
Commits
3607071f
Commit
3607071f
authored
3 years ago
by
Jana Ziková
Browse files
Options
Downloads
Patches
Plain Diff
add Dockerfile for CI docker image
parent
ee86e3a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!29
Resolve "update testing"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/Dockerfile
+22
-0
22 additions, 0 deletions
testing/Dockerfile
with
22 additions
and
0 deletions
testing/Dockerfile
0 → 100755
+
22
−
0
View file @
3607071f
FROM
debian:buster
ENV
DEBIAN_FRONTEND noninteractive
RUN
apt-get update
&&
apt-get
install
-y
wget gnupg2 software-properties-common procps rsync xvfb
RUN
wget
-q
http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc
-O-
| apt-key add -
\
&&
wget
-q
http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
-O-
| apt-key add -
\
&&
apt-add-repository
"deb http://download.virtualbox.org/virtualbox/debian buster contrib"
\
&&
apt-get update
\
&&
apt-get
install
-y
virtualbox-6.1
RUN
wget https://releases.hashicorp.com/vagrant/2.2.16/vagrant_2.2.16_x86_64.deb
\
&&
dpkg
-i
vagrant_2.2.16_x86_64.deb
RUN
apt-add-repository
"deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main"
\
&&
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
93C4A3FD7BB9C367
\
&&
apt-get update
\
&&
apt-get
install
-y
ansible
RUN
apt-get update
\
&&
apt-get
install
-y
git python3-pip
\
&&
pip3
install
setuptools
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