Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ai_website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
Autistici Inventati
ai_website
Commits
e658dda4
Commit
e658dda4
authored
3 years ago
by
sub
Browse files
Options
Downloads
Patches
Plain Diff
slightly better
parent
c5586a15
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-1
6 additions, 1 deletion
Dockerfile
with
6 additions
and
1 deletion
Dockerfile
+
6
−
1
View file @
e658dda4
...
@@ -4,7 +4,12 @@ WORKDIR /src
...
@@ -4,7 +4,12 @@ WORKDIR /src
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
-qy
install
--no-install-recommends
curl ca-certificates nodejs
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
-qy
install
--no-install-recommends
curl ca-certificates nodejs
RUN
curl
-qL
https://www.npmjs.com/install.sh | sh
RUN
curl
-qL
https://www.npmjs.com/install.sh | sh
RUN
npm
install
webpack
-g
RUN
npm
install
--save
core-js@3.3
RUN
npm
install
--save
css-loader@6.5.0
RUN
npm update
RUN
npm
install
RUN
./node_modules/.bin/webpack
# Debian bullseye can't build gostatic due to its strict dependency
# Debian bullseye can't build gostatic due to its strict dependency
# on Go 1.16, so we build it separately.
# on Go 1.16, so we build it separately.
...
...
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