better dockerfile style

This commit is contained in:
mariusmonton 2019-02-18 13:57:02 +01:00
parent a275e0fa24
commit 9d89f847a0
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ RUN apt-get update -q && apt-get install -qy --no-install-recommends \
openssh-client \ openssh-client \
wget \ wget \
g++-8 \ g++-8 \
&& apt-get clean && apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /usr/src/systemc \ RUN mkdir -p /usr/src/systemc \
&& wget --no-check-certificate https://accellera.org/images/downloads/standards/systemc/systemc-$SYSTEMC_VERSION.tar.gz \ && wget --no-check-certificate https://accellera.org/images/downloads/standards/systemc/systemc-$SYSTEMC_VERSION.tar.gz \