mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Add test for arm64 Linux with 64K page size (#290658)
This commit is contained in:
@@ -3,7 +3,7 @@ FROM ${BASE_IMAGE}
|
||||
|
||||
# Utilities
|
||||
RUN apt-get update && \
|
||||
apt-get install -y curl
|
||||
apt-get install -y curl iproute2
|
||||
|
||||
# Node.js 22
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
|
||||
|
||||
Reference in New Issue
Block a user