Curl/less added to base deb dockerfile. Removed xauth and udev.
This commit is contained in:
parent
8b3be6839e
commit
6c453a852e
@ -2,10 +2,11 @@ FROM --platform=i386 i386/debian:buster
|
|||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get clean && apt-get update && apt-get -y upgrade
|
RUN apt-get clean && apt-get update && apt-get -y upgrade
|
||||||
RUN apt-get -y install apt-utils gcc \
|
RUN apt-get -y install apt-utils gcc \
|
||||||
python3 vim udev unzip ruby nodejs \
|
python3 vim unzip ruby nodejs \
|
||||||
fakeroot dbus base whiptail hexedit \
|
fakeroot dbus base whiptail hexedit \
|
||||||
patch wamerican ucf xauth manpages \
|
patch wamerican ucf manpages \
|
||||||
file luajit make lua50 dialog
|
file luajit make lua50 dialog curl \
|
||||||
|
less
|
||||||
RUN useradd -m user
|
RUN useradd -m user
|
||||||
COPY --chown=user:user ./examples /home/user/examples
|
COPY --chown=user:user ./examples /home/user/examples
|
||||||
RUN chmod -R +x /home/user/examples/lua
|
RUN chmod -R +x /home/user/examples/lua
|
||||||
|
Loading…
x
Reference in New Issue
Block a user