18657: What if we get rid of setting GEM_HOME entirely
[arvados.git] / tools / arvbox / lib / arvbox / docker / service / api / run-service
index e93dfec9bf0cf4d305a686728053a4bc8cd89b4e..974ac9865217fb1ff2197b9cc767d8802ecf45cc 100755 (executable)
@@ -17,8 +17,8 @@ else
 fi
 
 run_bundler --without=development --binstubs
-flock $GEM_HOME/gems.lock bin/passenger-config build-native-support
-flock $GEM_HOME/gems.lock bin/passenger-config install-standalone-runtime
+bin/passenger-config build-native-support
+bin/passenger-config install-standalone-runtime
 
 if test "$1" = "--only-deps" ; then
     exit