mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-29 10:33:04 -04:00
fix: change chmod for inso dockerfile
This commit is contained in:
@@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*
|
||||
RUN tar -C /usr/bin -xvf /tmp/inso.tar.xz
|
||||
|
||||
FROM --platform=linux/amd64 docker.io/ubuntu:22.04
|
||||
COPY --chmod=+x --from=fetch /usr/bin/inso /usr/bin/inso
|
||||
COPY --from=fetch /usr/bin/inso /usr/bin/inso
|
||||
RUN chmod +x /usr/bin/inso
|
||||
RUN apt-get update && apt-get install -y libstdc++6 && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT ["/usr/bin/inso"]
|
||||
|
||||
Reference in New Issue
Block a user