File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ ENV PYTHONDONTWRITEBYTECODE 1
1717# OS requirements as per
1818# https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html
1919RUN apt-get update \
20- && apt-get install -y --no-install-recommends \
21- bzip2 \
22- xz-utils \
23- zlib1g \
24- libxml2-dev \
25- libxslt1-dev \
26- libgomp1 \
27- libsqlite3-0 \
28- libgcrypt20 \
29- libpopt0 \
30- libzstd1 \
31- && apt-get clean \
32- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
20+ && apt-get install -y --no-install-recommends \
21+ bzip2 \
22+ xz-utils \
23+ zlib1g \
24+ libxml2-dev \
25+ libxslt1-dev \
26+ libgomp1 \
27+ libsqlite3-0 \
28+ libgcrypt20 \
29+ libpopt0 \
30+ libzstd1 \
31+ && apt-get clean \
32+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3333
3434# Create directory for scancode sources
3535WORKDIR /scancode-toolkit
You can’t perform that action at this time.
0 commit comments