Skip to content
Snippets Groups Projects
Unverified Commit 49671898 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Add a workaround for tzdata

parent 8de521cf
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
# This is a workaround to avoid the interaction with tzdata.
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/New_York
RUN apt-get update
RUN apt-get install -y --no-install-recommends tzdata
RUN apt-get install -y --no-install-recommends \
ca-certificates \
g++ \
make \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment