Skip to content

Commit

Permalink
Update Docker base image to Ubuntu 18.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
skonzem committed Dec 31, 2018
1 parent a3bfc3a commit 8b42625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:14.04
FROM ubuntu:18.04

# Dependencies for model-t
RUN apt-get update --fix-missing \
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository -y ppa:team-gcc-arm-embedded/ppa \
&& apt-get update && apt-get install -y \
Expand Down

0 comments on commit 8b42625

Please sign in to comment.