Skip to content

added the Dockerfile for CenterTrack#129

Open
ravikt wants to merge 3 commits intoxingyizhou:masterfrom
ravikt:master
Open

added the Dockerfile for CenterTrack#129
ravikt wants to merge 3 commits intoxingyizhou:masterfrom
ravikt:master

Conversation

@ravikt
Copy link

@ravikt ravikt commented Aug 29, 2020

Created a Dockerfile for CenterTrack based on Ubuntu 16.04 and python3.6. The source application will be copied inside the image while the docker build is executed.

@anti-destiny
Copy link

This pr solved a lot of problem for me. 💐

# Set proxies if required
# ENV https_proxy=

RUN apt-get updateRUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RUN apt-get updateRUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata

ravikt and others added 2 commits December 21, 2020 21:16
Co-authored-by: diesendruck <moglobal@gmail.com>
Co-authored-by: diesendruck <moglobal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants