Skip to content
Snippets Groups Projects
Commit a48a1d18 authored by Alex Bennée's avatar Alex Bennée
Browse files

tests/docker: squash initial update and install step for debian9


Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 4aeb5d24
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ FROM debian:stretch-slim
RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list
# Install common build utilities
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
bison \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment