dockerfiles directory/files. preliminary commit gh action.
This commit is contained in:
parent
783f271d4c
commit
77a2622111
2
dockerfiles/example/.dockerignore
Normal file
2
dockerfiles/example/.dockerignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
12
dockerfiles/example/Dockerfile
Normal file
12
dockerfiles/example/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
FROM --platform=i386 i386/debian:buster
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
RUN apt-get clean && apt-get update && apt-get -y upgrade
|
||||||
|
RUN apt-get -y install apt-utils gcc \
|
||||||
|
python3 vim udev unzip ruby nodejs \
|
||||||
|
fakeroot dbus base whiptail hexedit \
|
||||||
|
patch wamerican ucf xauth manpages \
|
||||||
|
file luajit make lua50 dialog
|
||||||
|
RUN useradd -m user
|
||||||
|
COPY --chown=user:user ./examples /home/user/examples
|
||||||
|
RUN chmod -R +x /home/user/examples/lua
|
||||||
|
CMD [ "/bin/bash" ]
|
Loading…
x
Reference in New Issue
Block a user