This commit is contained in:
Spencer Killen 2023-01-11 09:34:41 -07:00
parent 875625f879
commit 9a6f1bf18a
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ FROM ubuntu:jammy
LABEL maintainer="sjkillen@ualberta.ca"
RUN apt-get -qq update && apt-get -qq install sudo gringo clasp time swi-prolog sbcl rlwrap
RUN apt-get -qq install git
ARG USERNAME=user
ARG USER_UID=1000

View File

@ -19,7 +19,7 @@ For Ubuntu, docker is installed with `sudo apt install docker.io`
![Step 3](howtouse_devcontainer/3.png)
5. Open the commands palete (CTRL + SHIFT + P) or (CTRL + P + >) and type "open in container" and select "Dev Containers: Reopen in Container"
5. Open the commands palette (CTRL + SHIFT + P) or (CTRL + P + >) and type "open in container" and select "Dev Containers: Reopen in Container"
![Step 4](howtouse_devcontainer/4.png)