Skip to content

Commit 8416a5a

Browse files
committed
fixes #81, fixes #30
1 parent bbeefcb commit 8416a5a

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 ****" && \
@@ -157,6 +157,7 @@ RUN \
157157
x11-xkb-utils \
158158
x11-xserver-utils \
159159
xauth \
160+
xclip \
160161
xcvt \
161162
xdg-utils \
162163
xdotool \
@@ -183,7 +184,7 @@ RUN \
183184
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
184185
curl -o \
185186
/tmp/selkies.tar.gz -L \
186-
"https://github.com/selkies-project/selkies/archive/c6f411cbf3742df3cc035ff446cc7303bc0d6c99.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/0d61c6499fc87951f8933d898523c77a2832303d.tar.gz" && \
187188
cd /tmp && \
188189
tar xf selkies.tar.gz && \
189190
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 ****" && \
@@ -156,6 +156,7 @@ RUN \
156156
x11-xkb-utils \
157157
x11-xserver-utils \
158158
xauth \
159+
xclip \
159160
xcvt \
160161
xdg-utils \
161162
xdotool \
@@ -181,7 +182,7 @@ RUN \
181182
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
182183
curl -o \
183184
/tmp/selkies.tar.gz -L \
184-
"https://github.com/selkies-project/selkies/archive/c6f411cbf3742df3cc035ff446cc7303bc0d6c99.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/0d61c6499fc87951f8933d898523c77a2832303d.tar.gz" && \
185186
cd /tmp && \
186187
tar xf selkies.tar.gz && \
187188
cd selkies-* && \

0 commit comments

Comments
 (0)