Skip to content

Instantly share code, notes, and snippets.

@rui314
Last active September 17, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rui314/f75e102b855fa78de05721d0c1c5b8ac to your computer and use it in GitHub Desktop.
Save rui314/f75e102b855fa78de05721d0c1c5b8ac to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
RUN apt update && apt install -y gcc make git binutils libc6-dev gdb
RUN adduser --disabled-password --gecos '' user
USER user
WORKDIR /home/user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment