Skip to content
Snippets Groups Projects

Fix CPD binary installation path

Merged Vivek Dutta requested to merge fix_cpd_path into devel
All threads resolved!
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -236,12 +236,12 @@ RUN \
make install
#install cpd
WORKDIR /home/user
ARG PMD_VERSION=6.19.0
RUN \
cd /opt/dev && \
wget -nv https://github.com/pmd/pmd/releases/download/pmd_releases%2F${PMD_VERSION}/pmd-bin-${PMD_VERSION}.zip && \
unzip pmd-bin-${PMD_VERSION}.zip
unzip pmd-bin-${PMD_VERSION}.zip && \
mv pmd-bin-${PMD_VERSION} /usr/local/pmd
# microxml
ARG MICROXML_VERSION=72965423184f24cc0b963d91c2d1863cdb01b6aa
Loading