Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Dinov
POD
Commits
cfd0150a
Verified
Commit
cfd0150a
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
Fix directories
parent
485caf7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
Dockerfile
with
2 additions
and
2 deletions
+2
-2
Dockerfile
+
2
-
2
View file @
cfd0150a
...
...
@@ -36,8 +36,8 @@ FROM debian:buster-slim
RUN
groupadd
--gid
1000 memri-pod
RUN
useradd
--uid
1000
--gid
memri-pod
--create-home
memri-pod
WORKDIR
/home/memri-pod/
COPY
--from=cargo-build /usr/src/pod/pod
.
RUN
chown
memri-pod:memri-pod
pod
COPY
--from=cargo-build /usr/src/pod/pod
bin/
RUN
chown
-R
memri-pod:memri-pod
bin
RUN
apt-get update
&&
apt-get
install
-y
libsqlcipher-dev docker.io
RUN
usermod
--append
--groups
docker memri-pod
USER
memri-pod
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets