Skip to content

Commit

Permalink
add expect library for kubevirt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
suomiy authored and spadgett committed Nov 24, 2020
1 parent d13cf3b commit 18f12ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM quay.io/coreos/tectonic-console-builder:v21 AS build
FROM quay.io/coreos/tectonic-console-builder:v22 AS build

RUN mkdir -p /go/src/github.com/openshift/console/
ADD . /go/src/github.com/openshift/console/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.builder
Expand Up @@ -27,7 +27,7 @@ RUN chmod 777 -R ${HOME}

RUN apt-get update \
&& apt-get install --no-install-recommends -y -q \
curl wget git unzip bzip2 jq \
curl wget git unzip bzip2 jq expect \
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
# ^^ additional Cypress dependencies: https://docs.cypress.io/guides/guides/continuous-integration.html#Dependencies

Expand Down
2 changes: 1 addition & 1 deletion builder-run.sh
Expand Up @@ -11,7 +11,7 @@ set -e
# Without env vars:
# ./builder-run.sh ./my-script --my-script-arg1 --my-script-arg2

BUILDER_IMAGE="quay.io/coreos/tectonic-console-builder:v21"
BUILDER_IMAGE="quay.io/coreos/tectonic-console-builder:v22"

# forward whitelisted env variables to docker
ENV_STR=()
Expand Down

0 comments on commit 18f12ad

Please sign in to comment.