@@ -62,7 +62,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 \
6262# ts from moreutils will prepend a timestamp to every line of input you give it
6363# grc is a terminal colorizer that works nice with tail https://github.com/garabik/grc
6464# dbus-x11 is needed to avoid http://askubuntu.com/q/237893/134645
65- RUN apt-get update -qqy \
65+ RUN apt-get -qqy update \
6666 && apt-get -qqy install \
6767 apt-utils \
6868 sudo \
@@ -94,7 +94,7 @@ ENV LANGUAGE ${LANG_WHICH}_${LANG_WHERE}.${ENCODING}
9494ENV LANG ${LANGUAGE}
9595RUN locale-gen ${LANGUAGE} \
9696 && dpkg-reconfigure --frontend noninteractive locales \
97- && apt-get update -qqy \
97+ && apt-get -qqy update \
9898 && apt-get -qqy install \
9999 language-pack-en \
100100 && rm -rf /var/lib/apt/lists/*
@@ -118,7 +118,7 @@ RUN echo "Setting time zone to '${TZ}'" \
118118# Regarding urandom see
119119# http://stackoverflow.com/q/26021181/511069
120120# https://github.com/SeleniumHQ/docker-selenium/issues/14#issuecomment-67414070
121- # RUN apt-get update -qqy \
121+ # RUN apt-get -qqy update \
122122# && apt-get -qqy install \
123123# openjdk-7-jre-headless \
124124# && sed -i 's/securerandom.source=file:\/dev\/urandom/securerandom.source=file:\/dev\/.\/urandom/g' \
@@ -134,7 +134,7 @@ RUN echo "Setting time zone to '${TZ}'" \
134134# Regarding urandom see
135135# http://stackoverflow.com/q/26021181/511069
136136# https://github.com/SeleniumHQ/docker-selenium/issues/14#issuecomment-67414070
137- # RUN apt-get update -qqy \
137+ # RUN apt-get -qqy update \
138138# && apt-get -qqy install \
139139# openjdk-8-jre-headless \
140140# && sed -i 's/securerandom.source=file:\/dev\/urandom/securerandom.source=file:\/dev\/.\/urandom/g' \
@@ -150,7 +150,7 @@ RUN echo "Setting time zone to '${TZ}'" \
150150# Regarding urandom see
151151# http://stackoverflow.com/q/26021181/511069
152152# https://github.com/SeleniumHQ/docker-selenium/issues/14#issuecomment-67414070
153- # RUN apt-get update -qqy \
153+ # RUN apt-get -qqy update \
154154# && apt-get -qqy install \
155155# openjdk-9-jre-headless \
156156# && sed -i 's/securerandom.source=file:\/dev\/urandom/securerandom.source=file:\/dev\/.\/urandom/g' \
@@ -165,15 +165,15 @@ RUN echo "Setting time zone to '${TZ}'" \
165165# Regarding urandom see
166166# http://stackoverflow.com/q/26021181/511069
167167# https://github.com/SeleniumHQ/docker-selenium/issues/14#issuecomment-67414070
168- # RUN apt-get update -qqy \
168+ # RUN apt-get -qqy update \
169169# && apt-get -qqy install \
170170# software-properties-common \
171171# && echo debconf shared/accepted-oracle-license-v1-1 \
172172# select true | debconf-set-selections \
173173# && echo debconf shared/accepted-oracle-license-v1-1 \
174174# seen true | debconf-set-selections \
175175# && add-apt-repository ppa:webupd8team/java \
176- # && apt-get update -qqy \
176+ # && apt-get -qqy update \
177177# && apt-get -qqy install \
178178# oracle-java8-installer \
179179# && sed -i 's/securerandom.source=file:\/dev\/urandom/securerandom.source=file:\/dev\/.\/urandom/g' \
@@ -188,15 +188,15 @@ RUN echo "Setting time zone to '${TZ}'" \
188188# Regarding urandom see
189189# http://stackoverflow.com/q/26021181/511069
190190# https://github.com/SeleniumHQ/docker-selenium/issues/14#issuecomment-67414070
191- RUN apt-get update -qqy \
191+ RUN apt-get -qqy update \
192192 && apt-get -qqy install \
193193 software-properties-common \
194194 && echo debconf shared/accepted-oracle-license-v1-1 \
195195 select true | debconf-set-selections \
196196 && echo debconf shared/accepted-oracle-license-v1-1 \
197197 seen true | debconf-set-selections \
198198 && add-apt-repository ppa:webupd8team/java \
199- && apt-get update -qqy \
199+ && apt-get -qqy update \
200200 && apt-get -qqy install \
201201 oracle-java9-installer \
202202 && sed -i 's/securerandom.source=file:\/ dev\/ urandom/securerandom.source=file:\/ dev\/ .\/ urandom/g' \
@@ -209,7 +209,7 @@ RUN apt-get update -qqy \
209209# Fonts & video libraries
210210# =========================
211211# and gstreamer for mp4 & html5 support
212- RUN apt-get update -qqy \
212+ RUN apt-get -qqy update \
213213 && apt-get -qqy install \
214214 fonts-ipafont-gothic \
215215 xfonts-100dpi \
@@ -226,7 +226,7 @@ RUN apt-get update -qqy \
226226# Openbox
227227# A lightweight window manager using freedesktop standards
228228# =========
229- RUN apt-get update -qqy \
229+ RUN apt-get -qqy update \
230230 && apt-get -qqy install \
231231 openbox obconf menu \
232232 && rm -rf /var/lib/apt/lists/*
@@ -235,7 +235,7 @@ RUN apt-get update -qqy \
235235# fluxbox
236236# A fast, lightweight and responsive window manager
237237# =========
238- RUN apt-get update -qqy \
238+ RUN apt-get -qqy update \
239239 && apt-get -qqy install \
240240 fluxbox \
241241 && rm -rf /var/lib/apt/lists/*
@@ -271,7 +271,7 @@ ENV NORMAL_USER_HOME /home/${NORMAL_USER}
271271# libnss3-1d \
272272# RUN wget -nv -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
273273# && echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list \
274- # && apt-get update -qqy \
274+ # && apt-get -qqy update \
275275# && apt-get -qqy install \
276276# google-chrome-${CHROME_FLAVOR} \
277277# && rm -rf /var/lib/apt/lists/* \
@@ -291,7 +291,7 @@ ENV NORMAL_USER_HOME /home/${NORMAL_USER}
291291# Pyvnc2swf: Is a cross-platform screen recording tool (vnc2swf command)
292292# - captures screen motion through VNC protocol
293293# - generates a Shockwave Flash (SWF) movie
294- RUN apt-get update -qqy \
294+ RUN apt-get -qqy update \
295295 && apt-get -qqy install \
296296 x11vnc \
297297 pyvnc2swf \
@@ -307,7 +307,7 @@ ENV RUN_DIR /var/run/sele
307307# ======================
308308# http://linux.die.net/man/5/sshd_config
309309# http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/sshd_config.5
310- RUN apt-get update -qqy \
310+ RUN apt-get -qqy update \
311311 && apt-get -qqy install \
312312 openssh-server \
313313 && echo "PidFile ${RUN_DIR}/sshd.pid" >> /etc/ssh/sshd_config \
@@ -351,7 +351,7 @@ RUN mkdir -p ${NORMAL_USER_HOME}/tmp && cd ${NORMAL_USER_HOME}/tmp \
351351# ===============================
352352# ffmpeg (ffmpeg): Is a better alternative to Pyvnc2swf
353353# (use in Ubuntu >= 15) packages: ffmpeg
354- # RUN apt-get update -qqy \
354+ # RUN apt-get -qqy update \
355355# && apt-get -qqy install \
356356# libx264-dev \
357357# libvorbis-dev \
@@ -364,7 +364,7 @@ RUN mkdir -p ${NORMAL_USER_HOME}/tmp && cd ${NORMAL_USER_HOME}/tmp \
364364# ===============================
365365# libav-tools (avconv): Is a fork of ffmpeg
366366# (use in Ubuntu <= 14) packages: libav-tools libx264-142
367- RUN apt-get update -qqy \
367+ RUN apt-get -qqy update \
368368 && apt-get -qqy install \
369369 libx264-dev \
370370 libvorbis-dev \
@@ -377,7 +377,7 @@ RUN apt-get update -qqy \
377377# =======================================================
378378# gifify: check elgalu/gifify-docker instead
379379# imagemagick convert between image formats as well as transformations
380- # RUN apt-get update -qqy \
380+ # RUN apt-get -qqy update \
381381# && apt-get -qqy install \
382382# imagemagick \
383383# fontconfig \
@@ -421,7 +421,7 @@ RUN apt-get update -qqy \
421421# ==========================
422422# Mozilla Firefox - Latest
423423# ==========================
424- # RUN apt-get update -qqy \
424+ # RUN apt-get -qqy update \
425425# && apt-get -qqy install \
426426# firefox \
427427# && rm -rf /var/lib/apt/lists/*
@@ -431,7 +431,7 @@ RUN apt-get -qqy purge firefox
431431# =========================================================
432432# Python2 for Supervisor, selenium tests, and other stuff
433433# =========================================================
434- RUN apt-get update -qqy \
434+ RUN apt-get -qqy update \
435435 && apt-get -qqy install \
436436 python2.7 \
437437 python-pip \
@@ -448,7 +448,7 @@ RUN apt-get update -qqy \
448448# =========================================
449449# Note Python3 fails installing mozInstall==1.12 with
450450# NameError: name 'file' is not defined
451- # RUN apt-get update -qqy \
451+ # RUN apt-get -qqy update \
452452# && apt-get -qqy install \
453453# python3.5 \
454454# python3-pip \
@@ -504,7 +504,7 @@ ENV SEL_HOME ${NORMAL_USER_HOME}/selenium
504504# Supervisor install
505505# ====================
506506# https://github.com/Supervisor/supervisor
507- # RUN apt-get update -qqy \
507+ # RUN apt-get -qqy update \
508508# && apt-get -qqy install \
509509# supervisor \
510510# 2016-06-28 commit: 154cb4c84f28ac, version: supervisor-4.0.0.dev0
@@ -750,7 +750,7 @@ ENV CHROME_DRIVER_BASE "chromedriver.storage.googleapis.com"
750750# Gets latest chrome driver version. Or you can hard-code it, e.g. 2.15
751751RUN mkdir -p ${NORMAL_USER_HOME}/tmp && cd ${NORMAL_USER_HOME}/tmp \
752752 # 1st dup line CHROME_DRIVER_VERSION is just to invalidate docker cache
753- && CHROME_DRIVER_VERSION="2.23 " \
753+ && CHROME_DRIVER_VERSION="2.24 " \
754754 # && CHROME_DRIVER_VERSION=$(curl 'https://chromedriver.storage.googleapis.com/LATEST_RELEASE' 2> /dev/null) \
755755 && CHROME_DRIVER_URL="https://${CHROME_DRIVER_BASE}/${CHROME_DRIVER_VERSION}/${CHROME_DRIVER_FILE}" \
756756 && wget -nv -O chromedriver_linux${CPU_ARCH}.zip ${CHROME_DRIVER_URL} \
@@ -797,7 +797,7 @@ USER root
797797# =======
798798# GDebi
799799# =======
800- RUN apt-get update -qqy \
800+ RUN apt-get -qqy update \
801801 && apt-get -qqy install \
802802 gdebi
803803
@@ -837,7 +837,7 @@ RUN ln -s ${SEL_HOME}/chromedriver /usr/bin \
837837# GNOME Shell provides core interface functions like switching windows,
838838# launching applications or see your notifications
839839# =========
840- # RUN apt-get update -qqy \
840+ # RUN apt-get -qqy update \
841841# && apt-get -qqy install \
842842# gnome-shell \
843843# && rm -rf /var/lib/apt/lists/*
@@ -847,7 +847,7 @@ RUN ln -s ${SEL_HOME}/chromedriver /usr/bin \
847847# A Lightweight X11 Desktop Environment
848848# =========
849849# NOT working! TODO: see https://github.com/dockerfile/ubuntu-desktop/blob/master/Dockerfile#L13
850- # RUN apt-get update -qqy \
850+ # RUN apt-get -qqy update \
851851# && apt-get -qqy install \
852852# lxde \
853853# && mkdir -p /usr/share/backgrounds \
@@ -862,7 +862,7 @@ RUN ln -s ${SEL_HOME}/chromedriver /usr/bin \
862862# The issue can be recreated with "ami-ed7c149a" and maybe in CentOS
863863# ENV XAUTH_DIR /var/lib/lightdm
864864# ENV XAUTHORITY ${XAUTH_DIR}/.Xauthority
865- # RUN apt-get update -qqy \
865+ # RUN apt-get -qqy update \
866866# && apt-get -qqy install \
867867# lightdm dbus-x11 x11-common \
868868# && dpkg-reconfigure --frontend noninteractive lightdm x11-common \
@@ -877,7 +877,7 @@ RUN ln -s ${SEL_HOME}/chromedriver /usr/bin \
877877# GNOME ubuntu-desktop
878878# The fat and full featured windows manager
879879# ======================
880- # RUN apt-get update -qqy \
880+ # RUN apt-get -qqy update \
881881# && apt-get -qqy install \
882882# ubuntu-desktop \
883883# && rm -rf /var/lib/apt/lists/*
@@ -893,7 +893,7 @@ ADD **/etc/supervisor/conf.d/* /etc/supervisor/conf.d/
893893# to generate the /dev/random seed
894894# ==============================================
895895# See: SeleniumHQ/docker-selenium/issues/14
896- RUN apt-get update -qqy \
896+ RUN apt-get -qqy update \
897897 && apt-key update -qqy \
898898 && apt-get -qqy install \
899899 haveged rng-tools \
0 commit comments