Skip to content

Commit

Permalink
ARG BASEIMAGE=compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 4, 2023
1 parent e3bb268 commit 5b028aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG BASEIMAGE=alpine:3.15
# ARG BASEIMAGE=compile
# ARG BASEIMAGE=alpine:3.15
ARG BASEIMAGE=compile
FROM infrastlabs/x11-base:alpine-compile as compile
FROM infrastlabs/x11-base:builder AS base
ARG TARGETPLATFORM
ENV CACHE=/usr/local/static/.cache
RUN apk update; apk add gawk;
# COPY --from=compile /rootfs${CACHE} ${CACHE}
COPY --from=compile /rootfs${CACHE} ${CACHE}
COPY ./src /src
RUN chmod +x /src/**/*.sh; \
ls -lh /src/**/*.sh
Expand Down

0 comments on commit 5b028aa

Please sign in to comment.