File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM ubuntu:latest as build
3
3
ENV TZ=Europe/Rome
4
4
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
5
5
apt-get update && \
6
- # TODO add --no-install-recommends
7
6
apt-get install -y \
8
7
build-essential \
9
8
# Intall clang compiler used by macos
@@ -17,13 +16,11 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
17
16
libxml2-dev \
18
17
libssl-dev \
19
18
libz-dev \
20
- # liblzma5 \
21
19
# Install Windows cross-tools
22
20
mingw-w64 \
23
21
p7zip-full \
24
22
pkg-config \
25
23
tar \
26
- # xz-utils \
27
24
&& rm -rf /var/lib/apt/lists/*
28
25
# Install toolchains in /opt
29
26
RUN curl downloads.arduino.cc/tools/internal/toolchains.tar.gz | tar -xz "opt"
You can’t perform that action at this time.
0 commit comments