diff --git a/index.js b/index.js
index f11e458..5673fb9 100644
--- a/index.js
+++ b/index.js
@@ -1,8 +1,5 @@
 const { exec } = require('node:child_process')
 
-exec('apk update', (err, output) => {
-    console.log(output)
-})
 exec('apk add bash', (err, output) => {
     console.log(output)
 })
\ No newline at end of file