Skip to content

Commit

Permalink
Update dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
jntesteves committed May 23, 2024
1 parent ac91178 commit d7e5335
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Containerfile.develop
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FROM alpine:latest
RUN apk add shellcheck shfmt
FROM docker.io/library/alpine:3
ENV SHELL /bin/sh
ENV HISTCONTROL ignoredups
RUN apk add --no-cache shellcheck shfmt

0 comments on commit d7e5335

Please sign in to comment.