Skip to content

Commit

Permalink
fix: include missing clipboard libs in docker based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Oct 10, 2022
1 parent 0e63284 commit bc911db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-based-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
FROM golang:latest
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y sudo git squid curl git traceroute net-tools iptables vim make maven libx11-dev xvfb
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y sudo git squid curl git traceroute net-tools iptables vim make maven libx11-dev xvfb xsel xclip wl-clipboard

RUN apt-get auto-remove -y && apt-get clean -y && rm -rf /var/lib/apt/
RUN update-alternatives --set iptables /usr/sbin/iptables-legacy
Expand Down

0 comments on commit bc911db

Please sign in to comment.