Skip to content

Commit e633e81

Browse files
committed
fixes #81, fixes #30
1 parent c3a6d7a commit e633e81

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f c6f411cbf3742df3cc035ff446cc7303bc0d6c99
19+
git checkout -f 0d61c6499fc87951f8933d898523c77a2832303d
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -128,6 +128,7 @@ RUN \
128128
vulkan-radeon \
129129
vulkan-tools \
130130
x264 \
131+
xclip \
131132
xcursor-themes \
132133
xdg-utils \
133134
xdotool \
@@ -172,7 +173,7 @@ RUN \
172173
echo "**** install selkies ****" && \
173174
curl -o \
174175
/tmp/selkies.tar.gz -L \
175-
"https://github.com/selkies-project/selkies/archive/c6f411cbf3742df3cc035ff446cc7303bc0d6c99.tar.gz" && \
176+
"https://github.com/selkies-project/selkies/archive/0d61c6499fc87951f8933d898523c77a2832303d.tar.gz" && \
176177
cd /tmp && \
177178
tar xf selkies.tar.gz && \
178179
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f c6f411cbf3742df3cc035ff446cc7303bc0d6c99
19+
git checkout -f 0d61c6499fc87951f8933d898523c77a2832303d
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -126,6 +126,7 @@ RUN \
126126
vulkan-radeon \
127127
vulkan-tools \
128128
x264 \
129+
xclip \
129130
xcursor-themes \
130131
xdg-utils \
131132
xdotool \
@@ -168,7 +169,7 @@ RUN \
168169
echo "**** install selkies ****" && \
169170
curl -o \
170171
/tmp/selkies.tar.gz -L \
171-
"https://github.com/selkies-project/selkies/archive/c6f411cbf3742df3cc035ff446cc7303bc0d6c99.tar.gz" && \
172+
"https://github.com/selkies-project/selkies/archive/0d61c6499fc87951f8933d898523c77a2832303d.tar.gz" && \
172173
cd /tmp && \
173174
tar xf selkies.tar.gz && \
174175
cd selkies-* && \

0 commit comments

Comments
 (0)