Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions graphicsfuzz/src/main/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ FROM ubuntu:16.04

RUN \
apt-get update && \
apt-get -y install software-properties-common && \
apt-get --no-install-recommends -y install software-properties-common && \
add-apt-repository ppa:orangain/opencv && \
apt-get update && \
apt-get -y install openjdk-8-jdk python python-opencv ipython python-six && \
apt-get --no-install-recommends -y install openjdk-8-jdk python python-opencv ipython python-six && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY . /data/server/
Expand Down