Skip to content

Commit

Permalink
Install npm in the container we use on CircleCI
Browse files Browse the repository at this point in the history
* This will allow us to remove the manual zypper call in the asset caching
  step.
* This was supposed to happen in
  c5ea52b but this commit only changed
  the development container and not the one actually used on CircleCI.
* See https://progress.opensuse.org/issues/153427
  • Loading branch information
Martchus committed Feb 13, 2024
1 parent 22c1d75 commit 65ab7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/devel:openQA:ci/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN zypper -n in tar gzip sudo
RUN zypper install -y gcc-c++ cmake ninja pkgconfig\(opencv4\) pkg-config perl\(Module::CPANfile\) pkgconfig\(fftw3\) pkgconfig\(libpng\) pkgconfig\(sndfile\) pkgconfig\(theoraenc\) tesseract-ocr

# openQA dependencies
RUN zypper install -y rubygem\(sass\) python3-base python3-requests git-core rsync curl postgresql-devel postgresql-server qemu qemu-kvm qemu-tools tar xorg-x11-fonts sudo make
RUN zypper install -y rubygem\(sass\) npm python3-base python3-requests git-core rsync curl postgresql-devel postgresql-server qemu qemu-kvm qemu-tools tar xorg-x11-fonts sudo make

# openQA chromedriver for Selenium tests
RUN zypper install -y chromedriver
Expand Down

0 comments on commit 65ab7b5

Please sign in to comment.