1
0
Fork 0

Align docker and vagrant base images (#4905)

* Align docker and vagrant base images - update box to debian 9.6

* Align docker and vagrant base images - lock docker image to debian 9

* Align docker and vagrant base images - update vagrant docker to debian 9
This commit is contained in:
zvecr 2019-03-17 17:36:59 +00:00 committed by Drashna Jaelre
parent f9f0a31904
commit d8df01ca5e
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM debian
FROM debian:9
RUN apt-get update && apt-get install --no-install-recommends -y \
avr-libc \