Skip to content

Commit b93d675

Browse files
committed
Revert "fix: install shellcheck (#13)"
This reverts commit f8ff0b0. This commit is not longer necessary because we resolved the issue at the root source (by updating the Docker container for v0.12.2 to contain the `shellcheck` binary).
1 parent f8ff0b0 commit b93d675

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ WORKDIR /app
33

44
COPY . .
55

6-
RUN apt update && apt install -y shellcheck && rm -rf /var/lib/apt/lists/*
7-
86
ENTRYPOINT ["sprocket"]
97
CMD ["--help"]

0 commit comments

Comments
 (0)