Let's see what's in that dir
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-30 15:48:52 -08:00
parent 33e42659fc
commit 3594fd1de3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
ARG REPO=library
FROM multiarch/qemu-user-static:4.2.0-2 as qemu-user-static
RUN touch /usr/bin/dummy
RUN ls -al /usr/bin
FROM ${REPO}/python:3-alpine