Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
POD
Commits
77964af4
Unverified
Commit
77964af4
authored
4 years ago
by
Vasili Novikov
Browse files
Options
Download
Email Patches
Plain Diff
Remove old unnecessary PATH override
parent
ac6d34b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-1
Dockerfile
with
0 additions
and
1 deletion
+0
-1
Dockerfile
+
0
-
1
View file @
77964af4
...
...
@@ -2,7 +2,6 @@
#### Second stage of the Dockerfile (below) should use the same base (rust:slim or it's parent)
FROM
rust:slim
as
cargo-build
ENV
PATH="/root/.cargo/bin:${PATH}"
ENV
DEBIAN_FRONTEND=noninteractive
WORKDIR
/usr/src/pod
RUN
apt-get update
&&
apt-get
install
-y
docker.io
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
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