We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f083da8 commit 44b5a75Copy full SHA for 44b5a75
docker/Dockerfile
@@ -5,9 +5,6 @@ LABEL maintainer="[email protected]"
5
ARG FLEDGE_BRANCH=develop
6
ENV FLEDGE_BRANCH ${FLEDGE_BRANCH}
7
RUN apt-get update && apt-get -y upgrade
8
-# Ubuntu 20.04 LTS
9
-# https://serverfault.com/questions/949991/how-to-install-tzdata-on-a-ubuntu-docker-image
10
-# RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
11
RUN apt-get install -y git rsyslog sudo wget
12
# TODO: https://scaledb.atlassian.net/browse/FOGL-4809
13
# RUN apt-get install -y sqlite3
0 commit comments