This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
ARG UBUNTU_VERSION=latest
|
||||
FROM ubuntu:${UBUNTU_VERSION}
|
||||
LABEL AUTHOR=Lauren
|
||||
WORKDIR /opt/setup
|
||||
RUN apt update
|
||||
COPY setup.sh /opt/setup/setup.sh
|
||||
RUN bash /opt/setup/setup.sh
|
||||
Reference in New Issue
Block a user