Skip to content

Commit 3a492d0

Browse files
committed
Add "--shell-setup" to "opam init"
1 parent 27e09b3 commit 3a492d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run Domainslib Example
3434
run: bin/run examples/domainslib
3535

36-
- name: Run Zartih Example
36+
- name: Run Zarith Example
3737
run: bin/run examples/zarith
3838

3939
- name: Report Image Size

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USER codewarrior
1717
ENV USER=codewarrior
1818

1919
RUN set -ex; \
20-
opam init -y --disable-sandboxing --compiler=5.0.0;
20+
opam init -y --shell-setup --disable-sandboxing --compiler=5.0.0;
2121

2222
RUN set -ex; \
2323
opam install -y \

DockerfileAlpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USER codewarrior
1818
ENV USER=codewarrior
1919

2020
RUN set -ex; \
21-
opam init -y --disable-sandboxing --compiler=5.0.0;
21+
opam init -y --shell-setup --disable-sandboxing --compiler=5.0.0;
2222

2323
RUN set -ex; \
2424
opam install -y \

0 commit comments

Comments
 (0)