Skip to content
Snippets Groups Projects
Commit e2e09684 authored by Dean Lovett's avatar Dean Lovett
Browse files

chore: remove unrequired dependencies

parent 54e3d6a4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir /app
RUN adduser nexus --system --group -u 1000 && mkdir -p /app
RUN chown -R nexus:nexus /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment