Force the dev-docker to always run as amd64
We download a static amd64 browser, so this would explode on arm64, for example.
This commit is contained in:
parent
1358f6fbb8
commit
6dd8af70f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.7-slim-bullseye
|
FROM amd64/ruby:2.7-slim-bullseye
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive \
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue