diff --git a/Dockerfile b/Dockerfile index f720438..43243cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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 #RUN addgroup -g 1000 deploy