Skip to content

Commit

Permalink
fixup! static-test-tools: use coccinelle from ubuntu repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jun 14, 2022
1 parent 3283c89 commit c87a8fb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions static-test-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8

# copy some included packages
RUN mkdir /pkgs
ARG COCCINELLE_DEB="coccinelle_1.0.8~19.04npalix1_amd64.deb"
COPY files/${COCCINELLE_DEB} /pkgs/${COCCINELLE_DEB}

RUN \
echo 'Update the package index files to latest available versions' >&2 && \
apt-get update && \
Expand All @@ -29,11 +24,8 @@ RUN \
vera++ \
wget \
&& \
echo 'Installing local packages' >&2 && \
apt-get install -y --no-install-recommends /pkgs/*.deb \
&& \
echo 'Cleaning up installation files' >&2 && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /pkgs
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install required Python packages
COPY requirements.txt /tmp/requirements.txt
Expand Down

0 comments on commit c87a8fb

Please sign in to comment.