is now ubuntu bionic
This commit is contained in:
22
Dockerfile
22
Dockerfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user