Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Hubert
/
butterflow
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 36381f8a
authored
Apr 30, 2018
by
Hubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
0 parents
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
docker-compose.yml
dockerfile
docker-compose.yml
0 → 100644
View file @
36381f8
version
:
'
2'
services
:
butterflow
:
build
:
.
restart
:
always
volumes
:
-
./data:/data
dockerfile
0 → 100644
View file @
36381f8
FROM
base/archlinux
RUN
pacman --noconfirm -Syu
RUN
pacman --noconfirm -S git sudo base-devel vim
RUN
chmod 640 /etc/sudoers
&&
echo
'%wheel ALL=(ALL) NOPASSWD: ALL'
>> /etc/sudoers
&&
chmod 440 /etc/sudoers
&&
useradd -m -p123123 -G wheel yaourt
RUN
sudo -u yaourt rm -rf /tmp/package-query
&&
\
sudo -u yaourt rm -rf /tmp/yaourt
&&
\
cd
/tmp
&&
\
sudo -u yaourt git clone https://aur.archlinux.org/package-query.git
&&
\
cd
/tmp/package-query
&&
\
yes | sudo -u yaourt makepkg -si
&&
\
cd
..
&&
\
sudo -u yaourt git clone https://aur.archlinux.org/yaourt.git
&&
\
cd
/tmp/yaourt
&&
\
yes | sudo -u yaourt makepkg -si
&&
\
cd
..
&&
\
echo
'EXPORT=2'
>> /etc/yaourtrc
&&
\
sudo -u yaourt yaourt --version
RUN
sudo -u yaourt yaourt -Sy --noconfirm butterflow
RUN
sudo gpg --import 702353E0F7E48EDB
RUN
sudo -u yaourt yaourt -S --noconfirm intel-opencl-runtime
CMD
/bin/bash
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment