Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Apr 10, 2021
1 parent c50f74c commit 3a1be8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating docker containers for snapcraft

By default, the `Dockerfile` builds Ubuntu 16 (xenial) image with `snapcraft` from the `edge` channel.
By default the `Dockerfile` builds Ubuntu 16 (xenial) image with `snapcraft` from the `edge` channel.

docker build . --no-cache

Expand All @@ -9,7 +9,7 @@ It is however possible to choose base Ubuntu version and one of these channels (
- `edge`
- `beta`
- `candidate`
- `table`
- `stable`

To do that, use `--build-arg RISK=<risk>` and `--build-arg UBUNTU=<name>` arguments:

Expand Down

0 comments on commit 3a1be8c

Please sign in to comment.