Skip to content

Commit

Permalink
No squish.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 24, 2024
1 parent f51a0e4 commit 743047e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appimage/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ RUN rm -rf \

# - squish --------------------------------------------------------------------

FROM debian:10
LABEL stage="squish"
COPY --from=builder / /

ARG GTK_VERSION_DEFAULT
ARG NODE_VERSION_DEFAULT
ENV GTK_VERSION="$GTK_VERSION_DEFAULT"
ENV NODE_VERSION="$NODE_VERSION_DEFAULT"
# FROM debian:10
# LABEL stage="squish"
# COPY --from=builder / /

# ARG GTK_VERSION_DEFAULT
# ARG NODE_VERSION_DEFAULT
# ENV GTK_VERSION="$GTK_VERSION_DEFAULT"
# ENV NODE_VERSION="$NODE_VERSION_DEFAULT"


# - setup environment ---------------------------------------------------------
Expand Down

0 comments on commit 743047e

Please sign in to comment.