Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61c966b

Browse filesBrowse files
committed
[WIP] Enable ubuntu-ports for non-x86 architectures
1 parent dd549be commit 61c966b
Copy full SHA for 61c966b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎ci/docker/aarch64-unknown-linux-gnu/Dockerfile

Copy file name to clipboardExpand all lines: ci/docker/aarch64-unknown-linux-gnu/Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM ubuntu:18.04
22
RUN dpkg --add-architecture arm64 && \
3+
sed -e "\,security.ubuntu.com/ubuntu,p;s,security.ubuntu.com/ubuntu,ports.ubuntu.com/ubuntu-ports,g" \
4+
-e "\,archive.ubuntu.com/ubuntu,p;s,archive.ubuntu.com/ubuntu,ports.ubuntu.com/ubuntu-ports,g" \
5+
-i /etc/apt/sources.list /etc/apt/sources.list.d/* && \
36
apt-get update && \
47
apt-get install -y --no-install-recommends \
58
gcc libc6-dev ca-certificates \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.