Skip to content

Commit

Permalink
Merge pull request #39 from githubsaturn/patch-1
Browse files Browse the repository at this point in the history
Changed apt-get to apt
  • Loading branch information
ryanpq committed Jun 10, 2019
2 parents 68d1547 + 330253e commit 17bfa40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marketplace_docs/build-an-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ To ensure that your build droplet results in a clean image you can run the follo

```
#!/bin/bash
apt-get -y update
apt-get -y upgrade
apt -y update
apt -y upgrade
rm -rf /tmp/* /var/tmp/*
history -c
cat /dev/null > /root/.bash_history
Expand Down

0 comments on commit 17bfa40

Please sign in to comment.