Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-pelican
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
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynamic Exposure
server-components
containers
docker-pelican
Commits
7c588b41
Commit
7c588b41
authored
Jul 14, 2020
by
Felix Delattre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install js depenedencies globally
parent
e2f36492
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
7c588b41
...
...
@@ -19,7 +19,8 @@ COPY files/start.sh /start.sh
COPY
files/requirements.txt requirements.txt
RUN
pip3
install
wheel
RUN
pip3
install
-r
requirements.txt
RUN
npm
install
cssnano postcss postcss-cssnext postcss-import postcss-preset-env
RUN
npm
install
-g
npm@latest
RUN
npm
install
-g
cssnano postcss postcss-cssnext postcss-import postcss-preset-env
# Cleanup
RUN
apt-get autoremove
--yes
$build_dependencies
&&
apt-get autoremove
--yes
&&
\
...
...
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