Last active
September 17, 2019 11:01
-
-
Save rui314/f75e102b855fa78de05721d0c1c5b8ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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