Skip to content

Commit 8f70747

Browse files
committed
needed another package to get psych to work
1 parent 561a7ab commit 8f70747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ARG GID=1000
99

1010
RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
1111
build-essential \
12-
libtool
12+
libtool \
13+
libyaml-dev
1314

1415

1516
RUN groupadd -g ${GID} -o app

0 commit comments

Comments
 (0)