Skip to content

Commit

Permalink
Update phd_build docker image.
Browse files Browse the repository at this point in the history
Signed-off-by: format 2020.01.21 <github.com/ChrisCummins/format>
  • Loading branch information
ChrisCummins committed May 4, 2020
1 parent 2408ac7 commit 5d41a6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ container_pull(
# Defined in //tools/docker/phd_build:Dockerfile
container_pull(
name = "phd_build",
digest = "sha256:d47a297ec8f1f219d03387878ded146c99daae4f6391ca5d0e71e4aa0d4aa46d",
digest = "sha256:d4f29cd4f28b3276ecea0c672d2d53bfffbbdbbad5088853378bb06ae3d8d09d",
registry = "index.docker.io",
repository = "chriscummins/phd_build",
)
Expand Down
13 changes: 7 additions & 6 deletions tools/docker/phd_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ ENV DEBIAN_FRONTEND noninteractive
# Install packages.
RUN apt-get update && apt-get install -y --no-install-recommends \
# Packages required to build code.
unzip \
apt-transport-https \
ca-certificates gnupg-agent \
g++ \
zlib1g-dev \
m4 \
ocl-icd-opencl-dev \
patch \
python \
apt-transport-https \
ca-certificates gnupg-agent \
python-dev \
software-properties-common \
texlive-full \
patch \
unzip \
zip \
m4 \
zlib1g-dev \
# Packages required to build matplotlib.
pkg-config \
libfreetype6-dev \
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.04.25
20.04.26

0 comments on commit 5d41a6a

Please sign in to comment.