mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
chore: remove duplicated curl dependency in Dockerfiles (#1275)
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
44094680fb
commit
c418bc6512
@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
unzip \
|
unzip \
|
||||||
curl \
|
|
||||||
xvfb \
|
xvfb \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
unzip \
|
unzip \
|
||||||
curl \
|
|
||||||
xvfb \
|
xvfb \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
unzip \
|
unzip \
|
||||||
curl \
|
|
||||||
xvfb \
|
xvfb \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user