Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
saml2int-org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ASM
saml2int-org
Commits
aa74afd9
Commit
aa74afd9
authored
Aug 21, 2020
by
Hogne Håskjold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix deprecated and removed gem options
parent
0e502bb5
Pipeline
#31458
failed with stages
in 4 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
aa74afd9
...
...
@@ -5,8 +5,8 @@ RUN apk add --no-cache curl gnupg git ruby nodejs
RUN
apk add
--no-cache
build-base ruby-dev nodejs-npm
WORKDIR
/srv/www
RUN
gem
install
jekyll
--no-
ri
--no-rdoc
RUN
gem
install
rouge
--no-
ri
--no-rdoc
RUN
gem
install
jekyll
--no-
document
RUN
gem
install
rouge
--no-
document
COPY
default.conf /etc/nginx/conf.d/default.conf
COPY
site /srv/www/site
...
...
@@ -18,7 +18,7 @@ COPY bower.json /srv/www/bower.json
RUN
npm
install
RUN
node_modules/bower/bin/bower
install
--config
.interactive
=
false
-p
--allow-root
RUN
gem
install
json bigdecimal
--no-
ri
--no-rdoc
RUN
gem
install
json bigdecimal
--no-
document
RUN
jekyll build
RUN
rm
-rf
/srv/www/dist/bower_components/uninett-theme/
RUN
cd
/srv/www/dist/bower_components/
&&
git clone https://github.com/andreassolberg/uninett-bootstrap-theme.git uninett-theme
&&
cd
uninett-theme
&&
/srv/www/node_modules/bower/bin/bower
install
--allow-root
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment