Use specific registry in Dockerfile
Otherwise podman asks which one to use every time
This commit is contained in:
parent
0c163b8c49
commit
f3a6cd9a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM amd64/ruby:2.7-slim-bullseye
|
||||
FROM docker.io/amd64/ruby:2.7-slim-bullseye
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get update && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue