is now ubuntu bionic

This commit is contained in:
2019-01-11 06:41:58 +00:00
parent 7228b354b7
commit 899ca95eab
2 changed files with 23 additions and 9 deletions

View File

@@ -1,13 +1,17 @@
FROM gentoo/stage3-amd64
FROM ubuntu:18.04
RUN emerge --sync
ENV DEBIAN_FRONTEND noninteractive
RUN emerge app-editors/vim-core
#sual-studio-code
ADD ./setup-mirror /tmp/setup-mirror
RUN bash /tmp/setup-mirror
RUN FEATURES='-usersandbox' emerge dev-lang/go
RUN apt update && apt upgrade -y
RUN emerge app-eselect/eselect-repository
RUN emerge app-portage/gentoolkit
RUN emerge app-portage/pfl
RUN emerge app-portage/portage-utils
RUN apt install -y \
vim \
command-not-found \
build-essential \
python3 \
python3-pip \
python3-dev \
ruby