mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-14 00:37:07 +00:00
Don't use slim
This commit is contained in:
parent
a2c2e611b5
commit
c3d749fdb9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:experimental
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue