Skip to content
Snippets Groups Projects
Commit 51d5fe9f authored by Lauri Koivunen's avatar Lauri Koivunen :tools:
Browse files

Update Dockerfile

parent f9f5170b
No related branches found
No related tags found
No related merge requests found
Pipeline #35598 failed
FROM ubuntu:20.04
MAINTAINER Autolab Team <autolab-dev@andrew.cmu.edu>
RUN apt-get update && apt-get install -y \
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y \
build-essential \
gcc \
git \
make \
freeglut3-dev \
gtkwave \
tzdata \
texinfo \
libncurses-dev \
elfutils \
......@@ -21,7 +23,9 @@ RUN apt-get update && apt-get install -y \
gdb-avr \
avr-libc \
sudo \
&& rm -rf /var/lib/apt/lists/*
&& ln -fs /usr/share/zoneinfo/Europe/Helsinki /etc/localtime \
&& DEBIAN_FRONTEND="noninteractive" dpkg-reconfigure --frontend noninteractive tzdata \
rm -rf /var/lib/apt/lists/*
# Install autodriver
WORKDIR /home
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment