Skip to content

Commit d809634

Browse files
sdmacleaMichaelSimons
authored andcommitted
ubuntu-16.04-cross-arm64:Install binutils-aarch64-linux-gnu
1 parent cae792c commit d809634

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
FROM microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-crossdeps
22

3+
# Install binutils-aarch64-linux-gnu
4+
RUN apt-get update \
5+
&& apt-get install -y \
6+
binutils-aarch64-linux-gnu \
7+
&& rm -rf /var/lib/apt/lists/*
8+
39
ADD rootfs crossrootfs

0 commit comments

Comments
 (0)