proxy update

This commit is contained in:
Mark Smith 2022-10-11 06:17:18 +00:00
parent 3fe107dc71
commit 168d1739a9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Ubuntu level setup for the basics
RUN apt-get update && \
apt-get install -y apt-transport-https && \
apt-get install -y curl git cpanminus tzdata rsync vim golang-go && \
apt-get install -y curl git tzdata rsync vim golang-go && \
bash -c 'echo "Etc/UTC" > /etc/timezone' && \
dpkg-reconfigure -f noninteractive tzdata && \
rm -rf /var/lib/apt/lists/*