Skip to content

Commit

Permalink
Dockerfile: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vidsinghal committed Aug 24, 2023
1 parent 41efd81 commit c641b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "export PATH=${PATH}" >> /home/${USERNAME}/.profile
RUN curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

ARG GHC=9.4.6
ARG CABAL=3.6.2
ARG CABAL=3.8.1.0
ARG STACK=2.9.3
ARG HLS=recommended

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ DOCKER_BUILDKIT=1 docker image build -t gibbon -f .devcontainer/Dockerfile .
Run the docker image using the following command.

```
docker run -t -i gibbon
docker run --user=root -t -i gibbon
```

Follow the previous instructions to build gibbon in the docker container.
There should be a gibbon directory in ~/ in the docker.

## Using Gibbon

Expand Down

0 comments on commit c641b17

Please sign in to comment.