Skip to content

Commit

Permalink
Update Dockerfile-ubuntu-20.04
Browse files Browse the repository at this point in the history
Pre-install some packages to make building from a clean environment faster
  • Loading branch information
curtishall committed May 6, 2022
1 parent 600c54e commit cc03b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-scripts-docker/Dockerfile-ubuntu-20.04
Expand Up @@ -12,7 +12,7 @@ RUN wget -q https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 -O- | apt-key add -
RUN echo "deb http://repo.mysql.com/apt/ubuntu focal mysql-5.7" >> /etc/apt/sources.list.d/mysql.list
RUN apt-get update
RUN apt -y install wget
RUN apt -y install libmysqlclient-dev git
RUN apt -y install libmysqlclient-dev ibidn11-dev libbsd-dev yasm libudev-dev libopencv-dev libva-dev
RUN apt-get install -y --no-install-recommends \
build-essential \
cdbs \
Expand Down

0 comments on commit cc03b97

Please sign in to comment.