no touchy
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-30 15:53:45 -08:00
parent 7b99514459
commit a35ae1081b
1 changed files with 1 additions and 1 deletions

View File

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