mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update container dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu
|
FROM ubuntu:16.04
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y git build-essential binutils
|
RUN apt-get install -y git build-essential binutils
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|||||||
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
|
|||||||
|
|
||||||
# Every Vagrant development environment requires a box. You can search for
|
# Every Vagrant development environment requires a box. You can search for
|
||||||
# boxes at https://atlas.hashicorp.com/search.
|
# boxes at https://atlas.hashicorp.com/search.
|
||||||
config.vm.box = "ubuntu/trusty64"
|
config.vm.box = "ubuntu/xenial64"
|
||||||
|
|
||||||
# Disable automatic box update checking. If you disable this, then
|
# Disable automatic box update checking. If you disable this, then
|
||||||
# boxes will only be checked for updates when the user runs
|
# boxes will only be checked for updates when the user runs
|
||||||
|
|||||||
Reference in New Issue
Block a user