Skip to content

Commit

Permalink
Merge pull request #33 from niemasd/master
Browse files Browse the repository at this point in the history
Create Dockerfile
  • Loading branch information
stevenweaver authored Nov 10, 2023
2 parents 2bf9e77 + 299bcdb commit 2afe794
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Docker image for tn93
FROM ubuntu:20.04

# Set up environment and install dependencies
RUN apt-get update && apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y cmake g++ git make

0 comments on commit 2afe794

Please sign in to comment.