Skip to content

Commit

Permalink
ubuntu as base for docerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 8, 2024
1 parent 526a440 commit dc6e5f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfiles/polkadot/polkadot_injected.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/parity/base-bin
FROM ubuntu:22.04

# metadata
ARG VCS_REF
Expand All @@ -22,6 +22,8 @@ ENV RUST_BACKTRACE 1
USER root
WORKDIR /app

RUN useradd -ms /bin/sh parity

# add polkadot and polkadot-*-worker binaries to the docker image
COPY bin/* /usr/local/bin/
COPY entrypoint.sh .
Expand Down

0 comments on commit dc6e5f7

Please sign in to comment.