|
|
@ -1,6 +1,6 @@ |
|
|
|
FROM ubuntu:latest |
|
|
|
FROM ubuntu:latest |
|
|
|
|
|
|
|
|
|
|
|
RUN apt-get udpate && apt-get upgrade |
|
|
|
RUN apt-get update && apt-get upgrade |
|
|
|
|
|
|
|
|
|
|
|
# add user that will be used to install and run the application |
|
|
|
# add user that will be used to install and run the application |
|
|
|
#RUN addgroup -g 1000 deploy |
|
|
|
#RUN addgroup -g 1000 deploy |
|
|
|