Skip to content
Snippets Groups Projects

Resolve "Implement integration tests for applications"

Merged Fabian Seidl requested to merge 347-implement-integration-tests-for-applications into master
Compare and
12 files
+ 453
6
Compare changes
  • Side-by-side
  • Inline
Files
12
+ 3
0
@@ -30,6 +30,9 @@ RUN apt-get update \
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
&& apt-get clean
# Install gnmic
RUN bash -c "$(curl -sL https://get-gnmic.openconfig.net)"
# Install oh-my-zsh for more terminal features and set it as primary shell
ENV SHELL /bin/zsh
RUN wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true
Loading