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
e2f36492
Commit
e2f36492
authored
Jul 14, 2020
by
Felix Delattre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added js dependencies
parent
0d00cae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+3
-1
No files found.
Dockerfile
View file @
e2f36492
...
...
@@ -11,13 +11,15 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
python3-pip
\
python3-virtualenv
\
python3-dev
\
python3-setuptools
python3-setuptools
\
npm
# Install pelican and dependencies
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
# 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