Don't use slim

fix_docker_deps
Dessalines 2021-08-31 16:56:40 -04:00
parent a2c2e611b5
commit c3d749fdb9
1 changed files with 1 additions and 1 deletions

View File

@ -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