Compare commits
1 Commits
main
...
feat/ubunt
Author | SHA1 | Date | |
---|---|---|---|
|
4004243bce |
21
Dockerfile
21
Dockerfile
@ -1,19 +1,4 @@
|
|||||||
FROM archlinux/archlinux:latest
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
RUN pacman-key --init
|
RUN apt-get update -y
|
||||||
RUN pacman -Sy git binutils make pkg-config fakeroot openssl base-devel --noconfirm
|
RUN apt-get install make texlive-full -y
|
||||||
|
|
||||||
# Create a new user
|
|
||||||
RUN useradd --no-create-home --shell=/bin/false build && usermod -L build
|
|
||||||
RUN echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
|
||||||
RUN echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
|
||||||
|
|
||||||
USER build
|
|
||||||
|
|
||||||
WORKDIR /tmp
|
|
||||||
RUN git clone https://aur.archlinux.org/yay-bin.git
|
|
||||||
|
|
||||||
WORKDIR /tmp/yay-bin
|
|
||||||
RUN makepkg -si --noconfirm
|
|
||||||
|
|
||||||
RUN yay -Sy texlive-full --noconfirm
|
|
Loading…
Reference in New Issue
Block a user