devcontainers / devcontainers/images
Ubuntu tzdata installation is broken
Open
- Dominant language
- Shell
- Stars
- 2.1k
- Forks
- 963
- Avg merge
- 7h 48m
- Merged PRs (30d)
- 11
Description
/etc/timezone contains `/UTC` when it *should* contain `etc/UTC`
### Workaround
```
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y reinstall --no-install-recommends tzdata \
&& rm -rf /var/lib/apt/lists/*
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.