Skip to content

Commit

Permalink
containers: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Jun 3, 2024
1 parent 6ceb50e commit 66adbca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion containers/opensc-build-ix86/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-build/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-mingw/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-test-cac/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-test-gidsapplet/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-test-openpgp/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-test-oseid/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down
2 changes: 1 addition & 1 deletion containers/opensc-test-piv/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04
RUN apt update
# Install sudo to mimic Github Actions runnner
# Install sudo to mimic Github Actions runner
# Install tzdata to avoid messing up with interactive prompts later
RUN export DEBIAN_FRONTEND=noninteractive; \
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Expand Down

0 comments on commit 66adbca

Please sign in to comment.