More gooping around with lcthw
This commit is contained in:
parent
b6de834a7b
commit
69b5bd9a81
@ -2,8 +2,10 @@ FROM ubuntu:xenial
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update -yq
|
RUN apt-get update -yq
|
||||||
RUN apt-get install -yq \
|
RUN apt-get install -yq --no-install-recommends --no-install-suggests \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
file \
|
file \
|
||||||
@ -11,4 +13,8 @@ RUN apt-get install -yq \
|
|||||||
git \
|
git \
|
||||||
man \
|
man \
|
||||||
sudo \
|
sudo \
|
||||||
vim-tiny
|
vim-tiny \
|
||||||
|
zsh
|
||||||
|
RUN echo "kernel.yama.ptrace_scope = 0" > /etc/sysctl.d/10-ptrace.conf
|
||||||
|
|
||||||
|
CMD ["zsh", "-l"]
|
||||||
|
@ -26,4 +26,4 @@ docker-image:
|
|||||||
|
|
||||||
.PHONY: docker-run
|
.PHONY: docker-run
|
||||||
docker-run:
|
docker-run:
|
||||||
docker run -it -v $(PWD):/app meatballhat/lcthw:latest bash -l
|
docker run -it -v $(PWD):/app meatballhat/lcthw
|
||||||
|
Loading…
Reference in New Issue
Block a user