Skip to content

Commit 359d005

Browse files
committed
removed old comments
1 parent 7249414 commit 359d005

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM ubuntu:latest as build
33
ENV TZ=Europe/Rome
44
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
55
apt-get update && \
6-
# TODO add --no-install-recommends
76
apt-get install -y \
87
build-essential \
98
# Intall clang compiler used by macos
@@ -17,13 +16,11 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone &
1716
libxml2-dev \
1817
libssl-dev \
1918
libz-dev \
20-
# liblzma5 \
2119
# Install Windows cross-tools
2220
mingw-w64 \
2321
p7zip-full \
2422
pkg-config \
2523
tar \
26-
# xz-utils \
2724
&& rm -rf /var/lib/apt/lists/*
2825
# Install toolchains in /opt
2926
RUN curl downloads.arduino.cc/tools/internal/toolchains.tar.gz | tar -xz "opt"

0 commit comments

Comments
 (0)