Skip to content

Commit

Permalink
Fix Dockerfiles for Hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
mnghsn committed Dec 21, 2023
1 parent 9621bba commit c146dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions compare-userjs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM mcr.microsoft.com/powershell:lts-7.2-alpine-3.17

# Download the script.
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
WORKDIR /opt
RUN set -eux; \
wget -q -O - "https://github.com/claustromaniac/Compare-UserJS/archive/refs/heads/master.tar.gz" | tar -x -z; \
Expand Down
3 changes: 2 additions & 1 deletion spectre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN set -eux; \
jq
RUN set -eux; \
git clone --recursive "https://gitlab.com/spectre.app/cli.git" /cli; \
cd /cli; \
WORKDIR /cli
RUN set -eux; \
./build; \
./spectre-cli-tests

Expand Down

0 comments on commit c146dbe

Please sign in to comment.