Skip to content

Commit bdcc919

Browse files
Merge pull request #136 from nullinside-development-group/bug/build
bug: fixing missing software package during build
2 parents 60a7a64 + 5030be8 commit bdcc919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ USER root
99
SHELL ["/bin/bash", "--login", "-c"]
1010

1111
# Update the software
12-
RUN apt-get update && apt-get install -y ca-certificates curl gnupg software-properties-common
12+
RUN apt-get update && apt-get install -y ca-certificates curl gnupg
1313

1414
# Setup the NVM variables
1515
ENV NVM_DIR=/usr/local/nvm

0 commit comments

Comments
 (0)