Skip to content

Commit

Permalink
Dockerfile updated for Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ianw1974 committed Nov 6, 2022
1 parent b233437 commit f2df537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#ARG RELEASE=oraclelinux:8.6
#ARG RELEASE=rockylinux:8.6
ARG RELEASE=ubuntu:18.04
#ARG RELEASE=ubuntu:20.04

# DO NOT EDIT BELOW THIS LINE

Expand All @@ -20,6 +21,9 @@ WORKDIR /home/git/zimbra-build-scripts
# Remove sudo from build script
RUN sed -i 's/sudo\ //g' ./zimbra-build-helper.sh

# Install and pre-configure timezone (needed on Ubuntu 20.04)
RUN if [ -f "/usr/bin/apt-get" ]; then DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata ; fi

# Install dependencies
RUN ./zimbra-build-helper.sh --install-deps

Expand Down

0 comments on commit f2df537

Please sign in to comment.