Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Feb 14, 2024
1 parent fe514b0 commit ac0bd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/md5-fips.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ docker run -it --rm cyberark/ubuntu-ruby-fips /bin/bash
```
Then installed Python 3 and Git in that container like this:
```bash
apt-gen update && apt-get install -y python3 git python3.10-venv
apt-get update && apt-get install -y python3 git python3.10-venv
```
Then I could run the Datasette test suite like so:
```bash
Expand Down

0 comments on commit ac0bd3f

Please sign in to comment.