Skip to content

Commit

Permalink
Merge pull request #109 from Nitrokey/docker-fully-qualified
Browse files Browse the repository at this point in the history
CI: Use fully qualified base image name
  • Loading branch information
sosthene-nitrokey committed Feb 1, 2023
2 parents 241de8e + ede367a commit c488e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2022 Nitrokey GmbH
# SPDX-License-Identifier: CC0-1.0

FROM rust:latest
FROM docker.io/rust:latest

RUN apt update
RUN apt install --yes gnupg scdaemon libclang-dev llvm python3-pip vsmartcard-vpcd pkg-config nettle-dev libpcsclite-dev
Expand Down

0 comments on commit c488e68

Please sign in to comment.