UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 251084be authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Development

See merge request !26
parents 93858b76 b85898e3
No related branches found
No related tags found
1 merge request!26Development
Pipeline #2200989 failed
......@@ -9,6 +9,7 @@ ARG DEFAULTGID=1001
COPY rda-converter.zip /tmp
RUN microdnf install -y unzip shadow-utils && \
microdnf update -y && \
groupadd -g ${DEFAULTGID} -r default && \
useradd -u ${DEFAULTUID} -r -g default default && \
unzip /tmp/rda-converter.zip -d /usr/local/bin && \
......@@ -20,4 +21,4 @@ HEALTHCHECK none
USER ${DEFAULTUID}
ENTRYPOINT ["/usr/local/bin/rda-converter"]
\ No newline at end of file
ENTRYPOINT ["/usr/local/bin/rda-converter"]
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