Skip to content

Commit d4a96cd

Browse files
committed
Test
1 parent 365fd26 commit d4a96cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/builder-buildah-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- run: mkdir -p $TMPDIR
4242

43+
- run: whoami && uid && gid
44+
4345
- name: Checkout repository
4446
uses: actions/checkout@v4
4547

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean
3838
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=${CACHEMOUNT_PREFIX}/var/cache/apt \
3939
export DEBIAN_FRONTEND=noninteractive && \
4040
apt-get update && \
41-
apt-get install -y --no-install-recommends \
41+
apt-get install -qy --no-install-recommends \
4242
sudo \
4343
tini \
4444
wget \

0 commit comments

Comments
 (0)