Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter-squid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nodes
duniter-squid
Commits
19d43533
Commit
19d43533
authored
5 months ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile: Add commented line for ARM64 build missing pre-built pnpm pkg
parent
ea1ab31b
No related branches found
No related tags found
1 merge request
!26
Set AGPLv3 license / Fix genesis download / Build instructions
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-1
4 additions, 1 deletion
Dockerfile
with
4 additions
and
1 deletion
Dockerfile
+
4
−
1
View file @
19d43533
...
@@ -4,6 +4,9 @@ ENV PNPM_HOME="/pnpm"
...
@@ -4,6 +4,9 @@ ENV PNPM_HOME="/pnpm"
ENV
PATH="$PNPM_HOME:$PATH"
ENV
PATH="$PNPM_HOME:$PATH"
RUN
corepack
enable
RUN
corepack
enable
# Add build dependencies to build `pnpm` which does not have pre-built packages for ARM64
# RUN apk add --no-cache python3 make gcc g++
# --- prod dependencies only
# --- prod dependencies only
FROM
node
AS
deps
FROM
node
AS
deps
WORKDIR
/squid
WORKDIR
/squid
...
...
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