mirror of https://github.com/LemmyNet/lemmy.git
Don't use slim
parent
a2c2e611b5
commit
c3d749fdb9
|
@ -1,7 +1,7 @@
|
||||||
# syntax=docker/dockerfile:experimental
|
# syntax=docker/dockerfile:experimental
|
||||||
|
|
||||||
# Warning: this will not pick up migrations unless there are code changes
|
# Warning: this will not pick up migrations unless there are code changes
|
||||||
FROM rust:1-slim as rust
|
FROM rust:1 as rust
|
||||||
|
|
||||||
ENV HOME=/home/root
|
ENV HOME=/home/root
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue