File tree 5 files changed +9
-14
lines changed
5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 4
4
! /assets /cradles /
5
5
! /assets /cradles /cabal /
6
6
! /assets /cradles /stack /
7
- ! /assets / screenshots /
7
+ ! /backups /
8
8
! /bind-mounts /
9
9
! /conf /
10
10
! /conf /etc /
17
17
18
18
! /assets /cradles /cabal /hie.yaml
19
19
! /assets /cradles /stack /hie.yaml
20
- ! /assets /screenshots /manageHLS.png
21
20
! /conf /etc /stack /config.yaml
22
21
! /ghc- * /devcontainer.json
23
22
! /scripts /usr /local /bin /* .sh
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ RUN sysArch="$(uname -m)" \
36
36
# # Ensure that common CA certificates
37
37
# # and OpenSSL libraries are up to date
38
38
&& apk upgrade --no-cache ca-certificates openssl-dev \
39
- # # Install yamllint
40
- && apk add --no-cache yamllint \
41
39
# # Install pip
42
40
&& apk add --no-cache py3-pip \
43
41
# # Install terminal multiplexers
44
42
&& apk add --no-cache screen tmux \
43
+ # # Install yamllint
44
+ && apk add --no-cache yamllint \
45
45
# # Install hadolint
46
46
&& case "$sysArch" in \
47
47
x86_64) tarArch="x86_64" ;; \
@@ -53,11 +53,7 @@ RUN sysArch="$(uname -m)" \
53
53
&& downloadUrl="$(echo " $apiResponse" | grep -e \
54
54
" browser_download_url.*Linux-$tarArch\" " | cut -d : -f 2,3 | tr -d \" )" \
55
55
&& echo "$downloadUrl" | xargs curl -sSLo /usr/local/bin/hadolint \
56
- && chmod 755 /usr/local/bin/hadolint \
57
- # # Create folders in root directory
58
- && mkdir -p /root/.local/bin \
59
- # # Create folders in skeleton directory
60
- && mkdir -p /etc/skel/.local/bin
56
+ && chmod 755 /usr/local/bin/hadolint
61
57
62
58
# # Update environment
63
59
ARG USE_ZSH_FOR_ROOT
Original file line number Diff line number Diff line change 1
1
# Dev Containers
2
2
3
- See [ haskellstack.org ] ( https://docs.haskellstack.org ) : Stack's code (advanced)
4
- \> Maintainers \> Dev Containers or
5
- [ ../doc/maintainers/devcontainers.md ] ( ../doc/maintainers/devcontainers.md )
6
- for more information .
3
+ For further information, see
4
+ [ haskellstack.org ] ( https://docs.haskellstack.org ) : Stack's code (advanced) \>
5
+ Contributors \> Dev Containers or
6
+ [ ../doc/dev_containers.md ] ( ../doc/dev_containers.md ) .
7
7
8
8
## License
9
9
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if ! grep -q "cabal's bin" "$HOME/.zshrc"; then
38
38
fi
39
39
40
40
# Enable Oh My Zsh plugins
41
- sed -i " s/plugins=(git)/plugins=(cabal git pip stack screen tmux vscode)/g" " $HOME /.zshrc"
41
+ sed -i " s/plugins=(git)/plugins=(cabal git pip screen stack tmux vscode)/g" " $HOME /.zshrc"
42
42
43
43
# Remove old .zcompdump files
44
44
rm -f " $HOME " /.zcompdump*
You can’t perform that action at this time.
0 commit comments